[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#748539: spelling fix



Package: debsig-verify
Version: 0.8
Severity: minor
Tags: patch

Attached is a patch to change/fix the spelling of "aswell" to "as well".

Thanks,
*t

-- System Information:
Debian Release: 7.5
  APT prefers stable
  APT policy: (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-0.bpo.1-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages debsig-verify depends on:
ii  gnupg       1.4.12-7+deb7u3
ii  libc6       2.13-38+deb7u1
ii  libxmltok1  1.2-3

debsig-verify recommends no packages.

Versions of packages debsig-verify suggests:
pn  debian-keyring  <none>

-- no debconf information
--- debsig-verify.c.orig	2001-04-27 22:27:21.000000000 +0430
+++ debsig-verify.c	2014-05-18 12:19:10.244084511 +0430
@@ -68,7 +68,7 @@
         len = checkSigExist(mtc->name);
 
         /* If the member exists and we reject it, fail now. Also, if it
-         * doesn't exist, and we require it, fail aswell. */
+         * doesn't exist, and we require it, fail as well. */
         if ((!len && mtc->type == REQUIRED_MATCH) ||
                 (len && mtc->type == REJECT_MATCH)) {
             return 0;
@@ -147,7 +147,7 @@
 	len = checkSigExist(mtc->name);
 
 	/* If the member exists and we reject it, die now. Also, if it
-	 * doesn't exist, and we require it, die aswell. */
+	 * doesn't exist, and we require it, die as well. */
 	if ((!len && mtc->type == REQUIRED_MATCH) ||
 		(len && mtc->type == REJECT_MATCH)) {
 	    goto fail_and_close;
@@ -234,7 +234,7 @@
 Usage: %s [ options ] <deb>\n\n\
    -q                  Quiet, only output fatal errors\n\
    -v                  Verbose output (mainly debug)\n\
-   -d                  Debug output aswell\n\
+   -d                  Debug output as well\n\
    --version           Output version info, and exit\n\
    --list-policies     Only list policies that can be used to\n\
                        validate this sig. This runs through\n\

Reply to: