Author: guillem
Date: 2006-02-27 22:52:50 +0000 (Mon, 27 Feb 2006)
New Revision: 183

Modified:
   trunk/ChangeLog
   trunk/debian/changelog
   trunk/scripts/dpkg-gencontrol.pl
   trunk/scripts/dpkg-source.pl
Log:
Fix missspelling of "occurred" as "occoured" in dpkg-gencontrol and
dpkg-source (Matt Kraai). Closes: #353949


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2006-02-25 13:41:05 UTC (rev 182)
+++ trunk/ChangeLog     2006-02-27 22:52:50 UTC (rev 183)
@@ -1,3 +1,8 @@
+2006-02-28  Matt Kraai  <[EMAIL PROTECTED]>
+
+       * scripts/dpkg-gencontrol.pl: Fix typo (occoured -> occurred).
+       * scripts/dpkg-source.pl: Likewise.
+
 2006-02-19  Guillem Jover  <[EMAIL PROTECTED]>
 
        * po/READNE.translators: Move to ...

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2006-02-25 13:41:05 UTC (rev 182)
+++ trunk/debian/changelog      2006-02-27 22:52:50 UTC (rev 183)
@@ -9,6 +9,8 @@
   [ Guillem Jover ]
   * Add missing parentheses surrounding a man page section reference
     in the dpkg-source man page (Matt Kraai). Closes: #353731
+  * Fix missspelling of "occurred" as "occoured" in dpkg-gencontrol and
+    dpkg-source (Matt Kraai). Closes: #353949
 
   [ Updated man pages translations ]
   * Polish (Robert Luberda). Closes: #353782

Modified: trunk/scripts/dpkg-gencontrol.pl
===================================================================
--- trunk/scripts/dpkg-gencontrol.pl    2006-02-25 13:41:05 UTC (rev 182)
+++ trunk/scripts/dpkg-gencontrol.pl    2006-02-27 22:52:50 UTC (rev 183)
@@ -181,7 +181,7 @@
         if (m/^(Package|Description|Essential|Optional)$/) {
         } elsif (exists($pkg_dep_fields{$_})) {
            my $dep = parsedep(substvars($v), 1, 1);
-           &error("error occoured while parsing $_") unless defined $dep;
+           &error("error occurred while parsing $_") unless defined $dep;
             $f{$_}= showdep($dep, 0);
         } elsif (m/^Section$|^Priority$/) {
         } elsif (m/^Architecture$/) {

Modified: trunk/scripts/dpkg-source.pl
===================================================================
--- trunk/scripts/dpkg-source.pl        2006-02-25 13:41:05 UTC (rev 182)
+++ trunk/scripts/dpkg-source.pl        2006-02-27 22:52:50 UTC (rev 183)
@@ -177,7 +177,7 @@
            elsif (m/^Uploaders$/i) { ($f{$_}= $v) =~ s/[\r\n]//g; }
            elsif (m/^Build-(Depends|Conflicts)(-Indep)?$/i) {
                my $dep = parsedep(substvars($v),1);
-               &error("error occoured while parsing $_") unless defined $dep;
+               &error("error occurred while parsing $_") unless defined $dep;
                $f{$_}= showdep($dep, 1);
            }
             elsif (s/^X[BC]*S[BC]*-//i) { $f{$_}= $v; }


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to