From 6abca35457d4e16b561fed8b7936b06068b33697 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 7 Jan 2004 11:31:21 +0000 Subject: fix typos. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/pp.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/pp.rb') diff --git a/lib/pp.rb b/lib/pp.rb index 03d9248218..c366e25932 100644 --- a/lib/pp.rb +++ b/lib/pp.rb @@ -51,8 +51,8 @@ PP#pp to print the object. outputs ((|obj|)) to ((|out|)) in pretty printed format of ((|width|)) columns in width. - If ((|out|)) is ommitted, (({$>})) is assumed. - If ((|width|)) is ommitted, 79 is assumed. + If ((|out|)) is omitted, (({$>})) is assumed. + If ((|width|)) is omitted, 79 is assumed. PP.pp returns ((|out|)). @@ -269,7 +269,7 @@ class PP < PrettyPrint def pretty_print_inspect if /\(PP::ObjectMixin\)#/ =~ method(:pretty_print).inspect - raise "pretty_print is not overriden." + raise "pretty_print is not overridden." end PP.singleline_pp(self, '') end -- cgit v1.2.3