#! /bin/sh /usr/share/dpatch/dpatch-run
## 22_typos.dpatch by Roland Rosenfeld <roland@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix some spelling errors in the binaries
@DPATCH@
diff -urNad '--exclude=CVS' '--exclude=.svn' transfig~/fig2dev/dev/readgif.c transfig/fig2dev/dev/readgif.c
--- transfig~/fig2dev/dev/readgif.c
+++ transfig/fig2dev/dev/readgif.c
@@ -151,7 +151,7 @@
if (c == '!') { /* Extension */
if (! ReadOK(file,&c,1))
- fprintf(stderr,"GIF read error on extention function code\n");
+ fprintf(stderr,"GIF read error on extension function code\n");
(void) DoGIFextension(file, c);
continue;
}
diff -urNad '--exclude=CVS' '--exclude=.svn' transfig~/fig2dev/read.c transfig/fig2dev/read.c
--- transfig~/fig2dev/read.c
+++ transfig/fig2dev/read.c
@@ -109,7 +109,7 @@
/* Format error; relevant error message is already delivered */
}
else
- put_msg("File \"%s\" is not accessable; %s", file, strerror(err));
+ put_msg("File \"%s\" is not accessible; %s", file, strerror(err));
}
/**********************************************************