[Commits] [wesnoth/wesnoth] df7756: Fix a bunch of typos: syced -> synced
GitHub
noreply at github.com
Sun May 11 16:25:24 UTC 2014
Branch: refs/heads/1.12
Home: https://github.com/wesnoth/wesnoth
Commit: df77564aaeb31533717131215d80c29e21c6aaa9
https://github.com/wesnoth/wesnoth/commit/df77564aaeb31533717131215d80c29e21c6aaa9
Author: Chris Beck <render787 at gmail.com>
Date: 2014-05-11 (Sun, 11 May 2014)
Changed paths:
M src/actions/move.cpp
M src/ai/actions.cpp
M src/menu_events.cpp
M src/replay.cpp
M src/synced_context.cpp
M src/synced_context.hpp
Log Message:
-----------
Fix a bunch of typos: syced -> synced
This commit is the result of running this command in src/ directory:
git grep -lz 'syced' | xargs -0 perl -i'' -pE "s/syced/synced/g"
Thank you stackoverflow :)
http://stackoverflow.com/questions/1583219/awk-sed-how-to-do-a-recursive-find-replace-of-a-string
(I used the "git safe" version)
More information about the Commits
mailing list