浏览代码

* patch from Debian packages by Paul Gevers, fixes spelling

(cherry picked from commit 19ff0fe9e5494859e6554faac00ec4509066b50a)
florian 3 年之前
父节点
当前提交
896f33681f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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