[Bug libc/19514] [PATCH] Fix spelling errors in spelling "implement"/"implementation" in several places

ldv at sourceware dot org sourceware-bugzilla@sourceware.org
Tue Dec 27 20:10:00 GMT 2016


https://sourceware.org/bugzilla/show_bug.cgi?id=19514

Dmitry V. Levin <ldv at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at sourceware dot org   |ldv at sourceware dot org

--- Comment #2 from Dmitry V. Levin <ldv at sourceware dot org> ---
Thanks, I'm going to apply the following obvious fix:
$ git grep -El 'implemetn?ation' | xargs sed -ri
's/implemetn?ation/implementation/g'

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Glibc-bugs mailing list