diff options
author | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2019-07-04 11:19:45 +0100 |
---|---|---|
committer | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2019-07-04 11:37:42 +0100 |
commit | 06cc5386dd28f60bb72cc21229809ac27bfe7086 (patch) | |
tree | 26bd9473b3b5ae7b689376bdaf76378e68f11036 /locale.c | |
parent | 202ea931a9d01c8b3a6ef7245848bdfea2411000 (diff) | |
download | perl-06cc5386dd28f60bb72cc21229809ac27bfe7086.tar.gz |
Fix "it it" typos
And regen affected files
Diffstat (limited to 'locale.c')
-rw-r--r-- | locale.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1238,7 +1238,7 @@ S_locking_setlocale(pTHX_ * ones. This is because as described earlier. If we know on input the * index corresponding to the category into the array where we store the * current locales, we don't have to calculate it. If the caller knows at - * compile time what the index is, it it can pass it, setting + * compile time what the index is, it can pass it, setting * 'is_index_valid' to TRUE; otherwise the index parameter is ignored. * */ |