Package: lrzip
Severity: wishlist
Tags: patch

main.c: (usage): fix spelling 'dependent'

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
>From dd2544eca7e2bb1239febdd2f57bcc98f308988c Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aa...@cante.net>
Date: Mon, 4 Jan 2010 13:17:00 +0200
Subject: [PATCH] main.c: (usage): fix spelling

Signed-off-by: Jari Aalto <jari.aa...@cante.net>
---
 main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/main.c b/main.c
index 1b8cea2..1d03224 100644
--- a/main.c
+++ b/main.c
@@ -30,7 +30,7 @@ static void usage(void)
        fprintf(stderr, "usage: lrzip [options] <file...>\n");
        fprintf(stderr, " Options:\n");
        fprintf(stderr, "     -w size       compression window in hundreds of 
MB\n");
-       fprintf(stderr, "                   default chosen by heuristic 
dependant on ram and chosen compression\n");
+       fprintf(stderr, "                   default chosen by heuristic 
dependent on ram and chosen compression\n");
        fprintf(stderr, "     -d            decompress\n");
        fprintf(stderr, "     -o filename   specify the output file name and/or 
path\n");
        fprintf(stderr, "     -O directory  specify the output directory when 
-o is not used\n");
-- 
1.6.5

Reply via email to