summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.old8
-rwxr-xr-xscripts/dpkg-maintscript-helper.sh2
2 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog.old b/ChangeLog.old
index 3c0aaae0b..79e2e6be3 100644
--- a/ChangeLog.old
+++ b/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>
diff --git a/scripts/dpkg-maintscript-helper.sh b/scripts/dpkg-maintscript-helper.sh
index 01ea51f39..f0e69db19 100755
--- a/scripts/dpkg-maintscript-helper.sh
+++ b/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