[SCM] libavc1394/master: Fix various misspellings in the libraries and tools.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Wed Feb 8 19:42:58 UTC 2012
The following commit has been merged in the master branch:
commit 14f31cee599d93c62cdc762e5179af63f3f04a02
Author: Alessio Treglia <alessio at debian.org>
Date: Wed Feb 8 20:43:10 2012 +0100
Fix various misspellings in the libraries and tools.
diff --git a/debian/patches/0003-misspellings.patch b/debian/patches/0003-misspellings.patch
new file mode 100644
index 0000000..51109a3
--- /dev/null
+++ b/debian/patches/0003-misspellings.patch
@@ -0,0 +1,54 @@
+Description: Fix various misspellings.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ libavc1394/avc1394_internal.c | 2 +-
+ test/dvcont.c | 2 +-
+ test/panelctl.c | 2 +-
+ test/romtest.c | 2 +-
+ 4 files changed, 4 insertions(+), 4 deletions(-)
+
+--- libavc1394.orig/test/dvcont.c
++++ libavc1394/test/dvcont.c
+@@ -100,7 +100,7 @@ int main (int argc, char *argv[])
+ {
+ if (!errno)
+ {
+- fprintf(stderr, "Not Compatable!\n");
++ fprintf(stderr, "Not Compatible!\n");
+ } else {
+ perror("Couldn't get 1394 handle");
+ fprintf(stderr, "Is ieee1394, driver, and raw1394 loaded?\n");
+--- libavc1394.orig/test/panelctl.c
++++ libavc1394/test/panelctl.c
+@@ -190,7 +190,7 @@ int main (int argc, char *argv[])
+
+ if (!handle) {
+ if (!errno) {
+- fprintf(stderr, "Not Compatable!\n");
++ fprintf(stderr, "Not Compatible!\n");
+ } else {
+ perror("Could not get 1394 handle");
+ fprintf(stderr, "Is ieee1394, driver, and raw1394 loaded?\n");
+--- libavc1394.orig/test/romtest.c
++++ libavc1394/test/romtest.c
+@@ -43,7 +43,7 @@ int main (int argc, char *argv[])
+ #endif
+ if (!handle) {
+ if (!errno) {
+- printf("Not Compatable!\n");
++ printf("Not Compatible!\n");
+ } else {
+ printf("\ncouldn't get handle\n");
+ printf("Not Loaded!\n");
+--- libavc1394.orig/libavc1394/avc1394_internal.c
++++ libavc1394/libavc1394/avc1394_internal.c
+@@ -76,7 +76,7 @@ char *decode_ctype(quadlet_t command)
+ return "NOTIFY";
+ if (resp == AVC1394_CTYPE_GENERAL_INQUIRY)
+ return "GENERAL INQUIRY";
+- return "UNKOWN CTYPE";
++ return "UNKNOWN CTYPE";
+ }
+
+ int avc_fcp_handler(raw1394handle_t handle, nodeid_t nodeid, int response,
diff --git a/debian/patches/series b/debian/patches/series
index fa34570..ba43544 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
0001-plugs_are_devel_only.patch
0002-manpages_improvements.patch
+0003-misspellings.patch
--
libavc1394 packaging
More information about the pkg-multimedia-commits
mailing list