diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-02-01 22:47:54 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-02-01 22:47:54 +0200 |
commit | fef6333f52c8801308c3b78acb7942988541d137 (patch) | |
tree | 66ec93320dc47bc8593bf7d67a08fbdd7f898f6d /src | |
parent | Fix signal handling for --list. (diff) | |
download | xz-fef6333f52c8801308c3b78acb7942988541d137.tar.xz |
Fix typos in comments.
Diffstat (limited to 'src')
-rw-r--r-- | src/xz/list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xz/list.c b/src/xz/list.c index 1e487b55..91707b91 100644 --- a/src/xz/list.c +++ b/src/xz/list.c @@ -724,7 +724,7 @@ list_file(const char *filename) // We have three main modes: // - --robot, which has submodes if --verbose is specified - // once or twice + // once or twice // - Normal --list without --verbose // - --list with one or two --verbose if (opt_robot) |