Package: pbbuttonsd Version: 0.7.9-2 Severity: minor Tags: upstream patch Hi!
Attached patch fixes various typos. This should also be applied upstream. Thanks, Martin -- Martin Pitt http://www.piware.de Ubuntu Developer http://www.ubuntulinux.org Debian Developer http://www.debian.org
--- pbbuttonsd-0.7.9.orig/src/module_alsamixer.c
+++ pbbuttonsd-0.7.9/src/module_alsamixer.c
@@ -377,7 +378,7 @@
strcpy (base->channels, elements);
alsamixer_close (); /* reinit mixer with next use */
} else {
- print_msg (PBB_ERR, _("Too much ALSA elements given. Buffer overflow.\n"));
+ print_msg (PBB_ERR, _("Too many ALSA elements given. Buffer overflow.\n"));
tagerror (taglist, E_BUFOVL);
}
} else
--- pbbuttonsd-0.7.9.orig/src/module_peep.c
+++ pbbuttonsd-0.7.9/src/module_peep.c
@@ -173,7 +173,7 @@
{ N_("Permission denied"), E_PERM},
{ N_("Private Tag"), E_PRIVATE},
{ N_("File doesn't exist"), E_NOEXIST},
- { N_("File not a charakter device"), E_NOCHAR},
+ { N_("File not a character device"), E_NOCHAR},
{ N_("File not a block device"), E_NOBLK},
{ N_("File not a file"), E_NOFILE},
{ N_("Buffer overflow"), E_BUFOVL},
@@ -182,7 +182,7 @@
{ N_("Messageport not available"), E_MSGPORT},
{ N_("Server already running"), E_TWICE},
{ N_("Help or version info"), E_INFO},
- { N_("Unsecure script owner"), E_USER},
+ { N_("Insecure script owner"), E_USER},
{ N_("Script must be write-only by owner"), E_RIGHTS},
{ N_("read-only value"), E_NOWRITE},
{ N_("write-only value"), E_NOREAD},
only in patch2:
unchanged:
--- pbbuttonsd-0.7.9.orig/pbbcmd/pbbcmd.c
+++ pbbuttonsd-0.7.9/pbbcmd/pbbcmd.c
@@ -166,7 +166,7 @@
{ N_("Permission denied"), E_PERM},
{ N_("Private Tag"), E_PRIVATE},
{ N_("File doesn't exist"), E_NOEXIST},
- { N_("File not a charakter device"),E_NOCHAR},
+ { N_("File not a character device"),E_NOCHAR},
{ N_("File not a block device"), E_NOBLK},
{ N_("File not a file"), E_NOFILE},
{ N_("Buffer overflow"), E_BUFOVL},
@@ -177,7 +177,7 @@
{ N_("Help or version info"), E_INFO},
{ N_("Server not found"), E_NOSERVER},
{ N_("Registration failed"), E_REGISTER},
- { N_("Unsecure script owner"), E_USER},
+ { N_("Insecure script owner"), E_USER},
{ N_("Script must be write-only by owner"), E_RIGHTS},
{ N_("read-only value"), E_NOWRITE},
{ N_("write-only value"), E_NOREAD},
signature.asc
Description: Digital signature

