Parcourir la source

* patch from Debian packages by Paul Gevers, fixes spelling

(cherry picked from commit 19ff0fe9e5494859e6554faac00ec4509066b50a)
florian il y a 3 ans
Parent
commit
896f33681f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      utils/fpcm/fpcmake.ini

+ 1 - 1
utils/fpcm/fpcmake.ini

@@ -109,7 +109,7 @@ ifdef inUnix
 PATHSEP=/
 else
 PATHSEP:=$(subst /,\,/)
-# cygwin bash or sh can not handle backslashs
+# cygwin bash or sh can not handle backslashes
 ifdef inCygWin
 PATHSEP=/
 endif