diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-08-29 15:57:22 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-08-30 15:22:00 +0200 |
commit | 2e255f4951a3acd2d69d1fc2978863363da558b3 (patch) | |
tree | 9b27dffc53c6dc2f74ffee32a74f08bc0510d0a8 | |
parent | b94e30af66ab3eedbe1c7fc2753a80bd65535fd4 (diff) | |
download | coreutils-2e255f4951a3acd2d69d1fc2978863363da558b3.tar.xz |
maint: typofix: s/it's/its/
* man/Makefile.am: Here.
-rw-r--r-- | man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index ef0fbd9e9..ff8b01e27 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -55,7 +55,7 @@ date.1: $(mandep) $(srcdir)/date.x ../src/date.c dd.1: $(mandep) $(srcdir)/dd.x ../src/dd.c df.1: $(mandep) $(srcdir)/df.x ../src/df.c -# Note that dir depends on ls.c, since that's where it's --help text is. +# Note that dir depends on ls.c, since that's where its --help text is. dir.1: $(mandep) $(srcdir)/dir.x ../src/ls.c dircolors.1: $(mandep) $(srcdir)/dircolors.x ../src/dircolors.c |