xz: Fix grammar.
authorLasse Collin <lasse.collin@tukaani.org>
Sat, 4 Sep 2010 20:14:44 +0000 (23:14 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Sat, 4 Sep 2010 20:14:44 +0000 (23:14 +0300)
src/xz/options.c

index 710de3b..379a2e4 100644 (file)
@@ -352,8 +352,7 @@ options_lzma(const char *str)
        parse_options(str, opts, &set_lzma, options);
 
        if (options->lc + options->lp > LZMA_LCLP_MAX)
-               message_fatal(_("The sum of lc and lp must be at "
-                               "maximum of 4"));
+               message_fatal(_("The sum of lc and lp must not exceed 4"));
 
        const uint32_t nice_len_min = options->mf & 0x0F;
        if (options->nice_len < nice_len_min)