xfig/31_spelling.patch
Michal Srb 9e9c7e0b3c Version bump to 3.2.5-39c
Patch provided by David Kaufmann, thanks!
2014-01-06 12:55:28 +01:00

12 lines
359 B
Diff

From: Roland Rosenfeld <roland@debian.org>
Subject: Fix spelling errors in binary.
--- a/f_load.c
+++ b/f_load.c
@@ -373,5 +373,5 @@
/* Format error; relevant error message is already delivered */
;
else
- file_msg("File \"%s\" is not accessable; %s.", file, strerror(err));
+ file_msg("File \"%s\" is not accessible; %s.", file, strerror(err));
}