This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit dba94a622fb8036eda66c40de03badbb6977cb34 Author: Guillem Jover <[email protected]> Date: Sun Jul 17 02:23:47 2016 +0200 Fix documentation typos Warned-by: codespell --- ChangeLog.old | 8 ++++---- scripts/dpkg-maintscript-helper.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog.old b/ChangeLog.old index 3c0aaae..79e2e6b 100644 --- a/ChangeLog.old +++ b/ChangeLog.old @@ -1861,7 +1861,7 @@ 2008-06-01 Guillem Jover <[email protected]> - * 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 <[email protected]> Sun Oct 7 19:38:56 CDT 2001 Adam Heath <[email protected]> * 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 <[email protected]> diff --git a/scripts/dpkg-maintscript-helper.sh b/scripts/dpkg-maintscript-helper.sh index 01ea51f..f0e69db 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

