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.