Skip to content

Commit f98de16

Browse files
committed
regen/locale.pl: Fix spelling in comments
1 parent 851c968 commit f98de16

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

locale_table.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
* Any changes made here will be lost!
1313
*/
1414

15-
/* This defines a macro for each individual locale category used on the this
16-
* system. (The congomerate category LC_ALL is not included.) This
17-
* file will be #included as the interior of various parallel arrays and in
18-
* other constructs; each usage will re-#define the macro to generate its
15+
/* This defines a macro for each individual locale category used on this
16+
* system. (The conglomerate category LC_ALL is not included.) This file
17+
* will be #included as the interior of various parallel arrays and in other
18+
* constructs; each usage will re-#define the macro to generate its
1919
* appropriate data.
2020
*
2121
* This guarantees the arrays will be parallel, and populated in the order

regen/locale.pl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ sub open_print_header {
2727

2828
my $l = open_print_header('locale_table.h');
2929
print $l <<EOF;
30-
/* This defines a macro for each individual locale category used on the this
31-
* system. (The congomerate category LC_ALL is not included.) This
32-
* file will be #included as the interior of various parallel arrays and in
33-
* other constructs; each usage will re-#define the macro to generate its
30+
/* This defines a macro for each individual locale category used on this
31+
* system. (The conglomerate category LC_ALL is not included.) This file
32+
* will be #included as the interior of various parallel arrays and in other
33+
* constructs; each usage will re-#define the macro to generate its
3434
* appropriate data.
3535
*
3636
* This guarantees the arrays will be parallel, and populated in the order

0 commit comments

Comments
 (0)