summaryrefslogtreecommitdiff
path: root/lib/rake/ext/string.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rake/ext/string.rb')
-rw-r--r--lib/rake/ext/string.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rake/ext/string.rb b/lib/rake/ext/string.rb
index 34ee328f72..b47b055a74 100644
--- a/lib/rake/ext/string.rb
+++ b/lib/rake/ext/string.rb
@@ -49,7 +49,7 @@ class String
end
protected :pathmap_partial
- # Preform the pathmap replacement operations on the given path. The
+ # Perform the pathmap replacement operations on the given path. The
# patterns take the form 'pat1,rep1;pat2,rep2...'.
#
# This String extension comes from Rake