diff options
Diffstat (limited to 'debian/patches/100_spelling.patch')
-rw-r--r-- | debian/patches/100_spelling.patch | 52 |
1 files changed, 52 insertions, 0 deletions
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: |