* patch from Debian packages by Paul Gevers, fixes spelling

This commit is contained in:
florian 2022-03-04 22:36:22 +01:00
parent ac53225817
commit 19ff0fe9e5
2 changed files with 261 additions and 261 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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