From 9fa3ab4edb3768751aa6c2ed5194c265b2db75e9 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Thu, 13 Nov 2008 02:28:42 +0000 Subject: [PATCH] (no version change) fixed typo --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 8addad3..dab8494 100755 --- a/inxi +++ b/inxi @@ -266,7 +266,7 @@ error_handler() error_message="unsupported testing option argument: -! $2" ;; 12) - error_message="the svn branch download url: $2\nappears be empty currently. Make sure there is an actual svn branch version\nactive before you try this again. Check http://code.google.com/p/inxi\nto verify the branch status." + error_message="the svn branch download url: $2\nappears to be empty currently. Make sure there is an actual svn branch version\nactive before you try this again. Check http://code.google.com/p/inxi\nto verify the branch status." ;; *) error_message="error unknown: $@" set -- 99