From d42204233144adf4d8ef51ae94b79a458ce91631 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sat, 25 Jan 2014 11:41:43 +0100 Subject: [PATCH] Typo in comment --- rcs-fast-export.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcs-fast-export.rb b/rcs-fast-export.rb index b96972f..9c7e2b8 100755 --- a/rcs-fast-export.rb +++ b/rcs-fast-export.rb @@ -901,7 +901,7 @@ file_list.each do |arg| # strip trailing "/RCS" if present, or "RCS" if that's # the full path path.sub!(/(^|#{File::SEPARATOR})RCS$/, '') - # strip off the portion of the path sepecified + # strip off the portion of the path specified # on the command line from the front of the path # (or delete the path completely if it is the same # as the specified directory) -- 2.32.0.93.g670b81a890