Browse Source

Fix documentation typos

Warned-by: codespell
Guillem Jover 7 years ago
parent
commit
dba94a622f
2 changed files with 5 additions and 5 deletions
  1. 4 4
      ChangeLog.old
  2. 1 1
      scripts/dpkg-maintscript-helper.sh

+ 4 - 4
ChangeLog.old

@@ -1861,7 +1861,7 @@
 
 2008-06-01  Guillem Jover  <guillem@debian.org>
 
-	* lib/subproc.c (setup_subproc_signals): Use size_t intead of int
+	* lib/subproc.c (setup_subproc_signals): Use size_t instead of int
 	for the index, to fix a warning.
 	(cu_subproc_signals): Likewise.
 
@@ -7494,7 +7494,7 @@
 	(copyrightstring): ... here. Move GPL license notice to ...
 	(licensestring): ... here. New variable.
 	(printversion): Use printf instead of fprintf. Give proper arguments
-	to the new formated strings. Print 'licensestring'.
+	to the new formatted strings. Print 'licensestring'.
 	(usage): Use printf instead of fprintf. Standarize indentation. Add
 	options descriptions. Add a new line after each section.
 	(curseson): Do not split strings with a macro in the middle, use
@@ -9189,7 +9189,7 @@
 	* attic: Remove historical interest directory, that's what version
 	control is for.
 	* doc: Remove obsolete, incomplete and out-of-date documentation
-	including that licenced under the GFDL (ie the entire directory).
+	including that licensed under the GFDL (ie the entire directory).
 	* md5sum: Remove empty directory.
 
 	* main: Rename directory to 'src' so it's consistent with 'lib'.
@@ -11395,7 +11395,7 @@ Sun Oct  7 22:23:54 CDT 2001 Adam Heath <doogie@debian.org>
 Sun Oct  7 19:38:56 CDT 2001 Adam Heath <doogie@debian.org>
 
   * scripts/install-info.pl: oops.  We weren't adding '\n' when printing
-    out the reformated info text.
+    out the reformatted info text.
 
 Sun Oct  7 05:00:02 CDT 2001 Adam Heath <doogie@debian.org>
 

+ 1 - 1
scripts/dpkg-maintscript-helper.sh

@@ -474,7 +474,7 @@ abort_dir_to_symlink()
 		rm -f "$PATHNAME"
 	else
 		# The staging directory must be empty, as no other package
-		# should have been unpacked inbetween.
+		# should have been unpacked in between.
 		rm -f "$PATHNAME/.dpkg-staging-dir"
 		rmdir "$PATHNAME"
 	fi