summaryrefslogtreecommitdiff
path: root/icu/createmak.pl
diff options
context:
space:
mode:
Diffstat (limited to 'icu/createmak.pl')
-rw-r--r--icu/createmak.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/icu/createmak.pl b/icu/createmak.pl
index a41094aed525..d715eeac677c 100644
--- a/icu/createmak.pl
+++ b/icu/createmak.pl
@@ -941,7 +941,7 @@ sub create_allinone_all_mak #09.02.2009 09:22
$allinonehelpstring = $prjdir;
$allinonehelpstring =~ s/^\.+\\//; # remove ..\
my $backcount = "";
- while ($allinonehelpstring=~ /.+\\/g) # counts the occuring \
+ while ($allinonehelpstring=~ /.+\\/g) # counts the occurring \
{
$backcount .= "..\\";
}