Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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)

that-that.patch (1.1 KB ) - added by Aymeric Augustin 13 years ago.

Download all attachments as: .zip

Change History (3)

by Aymeric Augustin, 13 years ago

Attachment: that-that.patch added

comment:1 by Tim Graham, 13 years ago

Resolution: fixed
Status: newclosed

In [15942]:

Fixed #15710 - removed "that that" typos.

comment:2 by Tim Graham, 13 years ago

In [15943]:

[1.2.X] Fixed #15710 - removed "that that" typos.

Backport of r15942 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top