aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-02-01 22:47:54 +0200
committerLasse Collin <lasse.collin@tukaani.org>2010-02-01 22:47:54 +0200
commitfef6333f52c8801308c3b78acb7942988541d137 (patch)
tree66ec93320dc47bc8593bf7d67a08fbdd7f898f6d /src
parentFix signal handling for --list. (diff)
downloadxz-fef6333f52c8801308c3b78acb7942988541d137.tar.xz
Fix typos in comments.
Diffstat (limited to 'src')
-rw-r--r--src/xz/list.c2
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)