#15710 closed (fixed)
Typos in docs
Reported by: | Aymeric Augustin | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
See attached patch.
No other instances of this error ("that that") exist:
for i in `find . -name '*.txt'`; do tr '\n' ' ' < $i | grep -q 'that *that' && echo $i; done
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | that-that.patch added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [15942]: