diff options
author | P. J. McDermott <pehjota> | 2012-11-19 12:34:24 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-11-19 12:34:24 (EST) |
commit | 940543d57ca4bce15d30094fa7007e8d578c98ad (patch) | |
tree | 72436fee660a5b389bab1a31f663377484383cd6 /dev | |
parent | 3e8097994f23436d5f1793ad45f7e6df858842e9 (diff) |
Fix missing plurality suffix on "notice" in tut.
Diffstat (limited to 'dev')
-rw-r--r-- | dev/packaging/tutorials/basic.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/packaging/tutorials/basic.mdwn b/dev/packaging/tutorials/basic.mdwn index 537b597..c7509ad 100644 --- a/dev/packaging/tutorials/basic.mdwn +++ b/dev/packaging/tutorials/basic.mdwn @@ -619,7 +619,7 @@ that are newer than those that Debian's copyright file lists: tmp/src/amiga/expat_lib.c: MIT/X11 (BSD like) [Copyright: 2001-2009 Expat maintainers / HOLDERS BE LIABLE FOR ANY] -So collect some representative copyright notice, e.g. from +So collect some representative copyright notices, e.g. from `tmp/src/lib/xmlparse.c`, `tmp/src/examples/outline.c`, `tmp/src/vms/expat_config.h`, and `tmp/src/amiga/expat_lib.c` and add them to the `copyright` file. |