(no version change)

fixed typo
This commit is contained in:
inxi-svn 2008-11-13 02:28:42 +00:00
parent 3aa1ebfee1
commit 9fa3ab4edb

2
inxi
View file

@ -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