diff options
Diffstat (limited to 'debian/patches/slof-spelling-seperator.patch')
-rw-r--r-- | debian/patches/slof-spelling-seperator.patch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/patches/slof-spelling-seperator.patch b/debian/patches/slof-spelling-seperator.patch new file mode 100644 index 00000000..e7d8bd0c --- /dev/null +++ b/debian/patches/slof-spelling-seperator.patch @@ -0,0 +1,7 @@ +diff --git a/roms/SLOF/lib/libnet/tftp.c b/roms/SLOF/lib/libnet/tftp.c +index 9a5817a..71ea6ae 100644 +--- a/roms/SLOF/lib/libnet/tftp.c ++++ b/roms/SLOF/lib/libnet/tftp.c +@@ -660 +660 @@ int parse_tftp_args(char buffer[], char *server_ip, char filename[], int fd, +- printf("\n missing . seperator in %s\n", raw); ++ printf("\n missing . separator in %s\n", raw); |