Browse Source

Fix misspellings of “explicitly” all over the place

Guillem Jover 14 years ago
parent
commit
ad3a4ff9fd
6 changed files with 10 additions and 9 deletions
  1. 2 2
      ChangeLog.old
  2. 3 2
      debian/changelog
  3. 1 1
      man/dpkg-buildpackage.1
  4. 1 1
      man/dpkg-trigger.1
  5. 2 2
      scripts/dpkg-gensymbols.pl
  6. 1 1
      scripts/dpkg-shlibdeps.pl

+ 2 - 2
ChangeLog.old

@@ -2460,7 +2460,7 @@
 2008-04-02  Raphael Hertzog  <hertzog@debian.org>
 
 	* scripts/Dpkg/Source/Package.pm, scripts/dpkg-genchanges.pl:
-	Explicitely put Checksums-* fields before the Files field so that
+	Explicitly put Checksums-* fields before the Files field so that
 	the Files field is last. This is a work-around for some braindead
 	dsc parsers (dupload and sbuild for instance, see #473518 and
 	#470440).
@@ -5281,7 +5281,7 @@
 2007-08-31  Guillem Jover  <guillem@debian.org>
 
 	* scripts/dpkg-genchanges.pl: Do not leave unknown fields unwarned
-	and explicitely ignore all known ones from control file source
+	and explicitly ignore all known ones from control file source
 	package stanza.
 
 2007-08-30  Guillem Jover  <guillem@debian.org>

+ 3 - 2
debian/changelog

@@ -34,6 +34,7 @@ dpkg (1.15.6) UNRELEASED; urgency=low
     cause problems for anything using dpkg-dev to build packages as those
     are already fatal on that case.
   * Add new deb-split(5) man page.
+  * Fix misspellings of “explicitly” all over the place.
 
   [ Updated dpkg translations ]
   * French (Christian PERRIER).
@@ -551,7 +552,7 @@ dpkg (1.15.1) unstable; urgency=low
     version means that the symbol has always existed in all versions of the
     package.
   * When dpkg delegates to dpkg-query or dpkg-deb to do the actual work, add
-    the "--" marker to explicitely document the end of options so that
+    the "--" marker to explicitly document the end of options so that
     arguments starting with a dash are not interpreted as options.
     Closes: #293163
     Thanks to Bill Allombert for the patch.
@@ -2031,7 +2032,7 @@ dpkg (1.14.6) unstable; urgency=low
   * Implement support for Homepage field. Closes: #142324
   * Ignore XB- fields instead of XC- fields from control file binary package
     stanzas in dpkg-genchanges.
-  * Explicitely ignore all known fields from the control file source package
+  * Explicitly ignore all known fields from the control file source package
     stanza in dpkg-genchanges, instead of leaving unknown fields unwarned.
   * Implement support for Vcs-Browser, Vcs-Arch, Vcs-Bzr, Vcs-Cvs, Vcs-Darcs,
     Vcs-Git, Vcs-Hg, Vcs-Mtn and Vcs-Svn fields in control file source

+ 1 - 1
man/dpkg-buildpackage.1

@@ -243,7 +243,7 @@ or
 if
 .BR noopt
 is specified in DEB_BUILD_OPTIONS). Overriding options can be
-used to explicitely set a
+used to explicitly set a
 higher optimization level, or work around compiler bugs, which only
 can be seen with some optimization levels (the last opt level "wins").
 .TP

+ 1 - 1
man/dpkg-trigger.1

@@ -10,7 +10,7 @@ dpkg\-trigger \- a package trigger utility
 .RI [ option "...] " command
 .
 .SH DESCRIPTION
-\fBdpkg\-trigger\fP is a tool to explicitely activate triggers and check
+\fBdpkg\-trigger\fP is a tool to explicitly activate triggers and check
 for its support on the running \fBdpkg\fP.
 .PP
 This can be used by maintainer scripts in complex and conditional

+ 2 - 2
scripts/dpkg-gensymbols.pl

@@ -63,7 +63,7 @@ sub usage {
 Options:
   -p<package>              generate symbols file for package.
   -P<packagebuilddir>      temporary build dir instead of debian/tmp.
-  -e<library>              explicitely list libraries to scan.
+  -e<library>              explicitly list libraries to scan.
   -v<version>              version of the packages (defaults to
                            version extracted from debian/changelog).
   -c<level>                compare generated symbols file with the
@@ -255,7 +255,7 @@ if ($compare) {
 	my $list = _g("see diff output below");
 	if ($symfile->used_wildcards()) {
 	    # If wildcards are used, we don't get a diff, so list
-	    # explicitely symbols which are lost
+	    # explicitly symbols which are lost
 	    $list = "\n";
 	    my $cur_soname = "";
 	    foreach my $sym (sort { $a->{soname} cmp $b->{soname} or

+ 1 - 1
scripts/dpkg-shlibdeps.pl

@@ -676,7 +676,7 @@ sub extract_from_shlibs {
 	}
 	my $depread = defined($4) ? $4 : '';
 	if (($libname eq $2) && ($libversion eq $3)) {
-	    # Define dep and end here if the package type explicitely
+	    # Define dep and end here if the package type explicitly
 	    # matches. Otherwise if the packagetype is not specified, use
 	    # the dep only as a default that can be overriden by a later
 	    # line