Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: tools-reference/bash/
Date: Fri, 27 May 2022 09:02:55
Message-Id: 1653642095.e86df6843bedc2c51b2bb0947e45b802ede88033.ulm@gentoo
1 commit: e86df6843bedc2c51b2bb0947e45b802ede88033
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 09:54:57 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 09:01:35 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e86df684
7
8 tools-reference/bash: Fix a typo
9
10 lexiographic -> lexicographic
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 tools-reference/bash/text.xml | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/tools-reference/bash/text.xml b/tools-reference/bash/text.xml
18 index 0a7c33f..cb5522a 100644
19 --- a/tools-reference/bash/text.xml
20 +++ b/tools-reference/bash/text.xml
21 @@ -167,11 +167,11 @@ following are available:
22 </tr>
23 <tr>
24 <ti><c>&lt;</c></ti>
25 - <ti>String lexiographic comparison (before)</ti>
26 + <ti>String lexicographic comparison (before)</ti>
27 </tr>
28 <tr>
29 <ti><c>&gt;</c></ti>
30 - <ti>String lexiographic comparison (after)</ti>
31 + <ti>String lexicographic comparison (after)</ti>
32 </tr>
33 <tr>
34 <ti><c>=~</c></ti>