commit:     e86df6843bedc2c51b2bb0947e45b802ede88033
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 09:54:57 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri May 27 09:01:35 2022 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e86df684

tools-reference/bash: Fix a typo

lexiographic -> lexicographic

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 tools-reference/bash/text.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools-reference/bash/text.xml b/tools-reference/bash/text.xml
index 0a7c33f..cb5522a 100644
--- a/tools-reference/bash/text.xml
+++ b/tools-reference/bash/text.xml
@@ -167,11 +167,11 @@ following are available:
 </tr>
 <tr>
   <ti><c>&lt;</c></ti>
-  <ti>String lexiographic comparison (before)</ti>
+  <ti>String lexicographic comparison (before)</ti>
 </tr>
 <tr>
   <ti><c>&gt;</c></ti>
-  <ti>String lexiographic comparison (after)</ti>
+  <ti>String lexicographic comparison (after)</ti>
 </tr>
 <tr>
   <ti><c>=~</c></ti>

Reply via email to