From c90e062b7f7f16f67f47aa94ace963e20bc99d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 11 Jan 2016 00:24:43 +0100 Subject: refresh d/p/100_spelling.patch --- debian/changelog | 1 + debian/patches/100_spelling.patch | 52 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4b3c935..c640d47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ argyll (1.8.3+repack-2) UNRELEASED; urgency=medium - Transition libusb: Change Build-Depends from libusb-dev to libusb-1.0-0-dev (Closes: #810398). - Set priority of argyll-ref to extra. + * Refresh debian/patches/100_spelling.patch. -- Jörg Frings-Fürst Sun, 10 Jan 2016 23:20:36 +0100 diff --git a/debian/patches/100_spelling.patch b/debian/patches/100_spelling.patch index 2d46f66..5b57b5c 100644 --- a/debian/patches/100_spelling.patch +++ b/debian/patches/100_spelling.patch @@ -658,3 +658,55 @@ Index: trunk/profile/colverify.c fprintf(stderr," -s Sort patch values by error\n"); fprintf(stderr," -w create PCS %s vector visualisation (measured%s)\n",vrml_format(),vrml_ext()); fprintf(stderr," -W create PCS %s marker visualisation (measured%s)\n",vrml_format(),vrml_ext()); +Index: trunk/spectro/ex1.c +=================================================================== +--- trunk.orig/spectro/ex1.c ++++ trunk/spectro/ex1.c +@@ -1454,7 +1454,7 @@ static void dump_command(ex1 *p, ORD8 *b + if (flags & EX1_FLAG_NACK) + a1logd(p->log, 0, " Negative acknowldgement response\n"); + if (flags & EX1_FLAG_EXPTN) +- a1logd(p->log, 0, " Exception occured\n"); ++ a1logd(p->log, 0, " Exception occurred\n"); + if (flags & EX1_FLAG_PVDEP) + a1logd(p->log, 0, " Protocol version is deprecated request\n"); + +Index: trunk/ccast/ccmes.c +=================================================================== +--- trunk.orig/ccast/ccmes.c ++++ trunk/ccast/ccmes.c +@@ -85,7 +85,7 @@ char *ccmessv_emes(ccmessv_err rv) { + return "ccmes: connection has been closed"; + } + +- return "Uknown ccmessv error"; ++ return "Unknown ccmessv error"; + } + + #if defined(LOWVERBTRACE) || defined(DEBUG) +Index: trunk/ccast/ccpacket.c +=================================================================== +--- trunk.orig/ccast/ccpacket.c ++++ trunk/ccast/ccpacket.c +@@ -133,7 +133,7 @@ char *ccpacket_emes(ccpacket_err rv) { + return "Packet: failed to read message"; + } + +- return "Uknown ccpacket error"; ++ return "Unknown ccpacket error"; + } + + /* Establish an ccpacket connection - implementation */ +Index: trunk/spectro/xdg_bds.c +=================================================================== +--- trunk.orig/spectro/xdg_bds.c ++++ trunk/spectro/xdg_bds.c +@@ -863,7 +863,7 @@ char *xdg_errstr(xdg_error er) { + case xdg_nohome: + return "There is no $HOME"; + case xdg_noalluserprofile: +- return "Theres no $ALLUSERSPROFILE is no $ALLUSERSPROFILE"; ++ return "There's no $ALLUSERSPROFILE is no $ALLUSERSPROFILE"; + case xdg_nopath: + return "There is no resulting path"; + case xdg_mallformed: -- cgit v1.2.3