summaryrefslogtreecommitdiffstats
path: root/testing/motif/09-fix_typo_in_libxm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/motif/09-fix_typo_in_libxm.patch')
-rw-r--r--testing/motif/09-fix_typo_in_libxm.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/motif/09-fix_typo_in_libxm.patch b/testing/motif/09-fix_typo_in_libxm.patch
deleted file mode 100644
index 90d39a3f0..000000000
--- a/testing/motif/09-fix_typo_in_libxm.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Description: lintian reports a typo in libXm. This patch fixes it.
-Author: Paul Gevers <elbrus@debian.org>
-Forwarded: http://bugs.motifzone.net/show_bug.cgi?id=1589
-Last-reviewed: 06 Feb 2013
-
---- a/lib/Xm/FontS.c
-+++ b/lib/Xm/FontS.c
-@@ -1225,7 +1225,7 @@
-
- if ((fontdata = XLoadQueryFont(XtDisplay((Widget) fsw), font)) == NULL)
- {
-- sprintf(buf, "Font '%s'\nis not availiable on this machine", font);
-+ sprintf(buf, "Font '%s'\nis not available on this machine", font);
- DisplayUserError(fsw, buf);
- err = True;
- }
-@@ -1275,7 +1275,7 @@
- fbuf)) == NULL)
- {
- sprintf(buf,
-- "Font '%s'\nis not availiable on this machine",
-+ "Font '%s'\nis not available on this machine",
- font);
- DisplayUserError(fsw, buf);
- err = True;