Explorar el Código

* patch from Debian packages by Paul Gevers, fixes spelling

(cherry picked from commit 19ff0fe9e5494859e6554faac00ec4509066b50a)
florian hace 3 años
padre
commit
896f33681f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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