From 0c4a0b1e34ec91149e5a7045ace47277bf607227 Mon Sep 17 00:00:00 2001 From: Florian Bastien Date: Wed, 24 Feb 2016 16:10:27 +0100 Subject: [PATCH] Fixed typo in Bash Beginners Guide --- LDP/guide/docbook/Bash-Beginners-Guide/chap7.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LDP/guide/docbook/Bash-Beginners-Guide/chap7.xml b/LDP/guide/docbook/Bash-Beginners-Guide/chap7.xml index 184a1625..30f9cf17 100644 --- a/LDP/guide/docbook/Bash-Beginners-Guide/chap7.xml +++ b/LDP/guide/docbook/Bash-Beginners-Guide/chap7.xml @@ -55,7 +55,7 @@ [ FILE1 FILE2 ]True if FILE1 is older than FILE2, or is FILE2 exists and FILE1 does not. [ FILE1 FILE2 ]True if FILE1 and FILE2 refer to the same device and inode numbers. [ OPTIONNAME ]True if shell option OPTIONNAME is enabled. - STRING ]True if the length if STRING is zero. + STRING ]True if the length of STRING is zero. STRING ] or [ STRING ]True if the length of STRING is non-zero. [ STRING1 == STRING2 ] True if the strings are equal. = may be used instead of == for strict POSIX compliance. [ STRING1 != STRING2 ] True if the strings are not equal.