Browse Source

* patch from Debian packages by Paul Gevers, fixes spelling

(cherry picked from commit 19ff0fe9e5494859e6554faac00ec4509066b50a)
florian 3 years ago
parent
commit
896f33681f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/fpcm/fpcmake.ini

+ 1 - 1
utils/fpcm/fpcmake.ini

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