aboutsummaryrefslogtreecommitdiffstats
path: root/sample
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-19 14:50:47 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-19 14:50:47 +0000
commitc54733e1206c2d7434610c8f7f2875f082231cfd (patch)
tree35c9630ade390f3a9562e2447dc01f024cd37b2c /sample
parent66795c47745698b30d42b35831f359aa3c07bf2c (diff)
downloadruby-c54733e1206c2d7434610c8f7f2875f082231cfd.tar.gz
fix typos inspired by r40825
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample')
-rw-r--r--sample/logger/app.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/logger/app.rb b/sample/logger/app.rb
index 924bcba4b0..97b62bca30 100644
--- a/sample/logger/app.rb
+++ b/sample/logger/app.rb
@@ -41,6 +41,6 @@ end
status = MyApp.new(1, 2, 3).start
if status != 0
- puts 'Some error(s) occured.'
+ puts 'Some error(s) occurred.'
puts 'See "app.log".'
end