summaryrefslogtreecommitdiff
blob: 4af77e0e9b065efa24f832fee4d274734d108867 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh /usr/share/dpatch/dpatch-run
## 31_spelling.dpatch by Roland Rosenfeld <roland@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix spelling errors in binary.

@DPATCH@
diff -urNad xfig~/f_load.c xfig/f_load.c
--- xfig~/f_load.c
+++ xfig/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));
 }