[Commits] [wesnoth/wesnoth] ca5c64: Fix a bunch of typos: syced -> synced

GitHub noreply at github.com
Sun May 11 16:23:47 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: ca5c64b6d1bad8f86e21e6b9f9bc3083de79a822
      https://github.com/wesnoth/wesnoth/commit/ca5c64b6d1bad8f86e21e6b9f9bc3083de79a822
  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/scripting/lua.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