diff options
author | Pádraig Brady <P@draigBrady.com> | 2021-09-09 16:04:00 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2021-09-09 16:25:36 +0100 |
commit | 91feded51c52fae31ac922a707fd55e1705dbf6d (patch) | |
tree | 53c7481787e6fcdecbee78d509209051dc8d2556 /README | |
parent | 588790a38c78ccabe6ea9843ec9bce3ae78ecdba (diff) | |
download | coreutils-91feded51c52fae31ac922a707fd55e1705dbf6d.tar.gz |
doc: fix repeated word
A proposed change to gnulib's sc_prohibit_doubled_word
was made to detect this in future.
* README: s/can can/can/.
Fixes https://bugs.gnu.org/50484
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,7 +158,7 @@ Send bug reports, questions, comments, etc. to bug-coreutils@gnu.org. To suggest a patch, see the files README-hacking and HACKING for tips. If you have a problem with 'sort', try running 'sort --debug', as it -can can often help find and fix problems without having to wait for an +can often help find and fix problems without having to wait for an answer to a bug report. If the debug output does not suffice to fix the problem on your own, please compress and attach it to the rest of your bug report. |