Page MenuHomeWildfire Games

Fix typo in log message: occured
AbandonedPublic

Authored by LudovicRousseau on Oct 22 2017, 7:11 PM.

Details

Reviewers
Dunedan
elexis
Summary

Debian lintian tool reported a spelling error

I: 0ad: spelling-error-in-binary usr/games/pyrogenesis occured occurred

Test Plan

"occured" is common misspelling of "occurred".
http://www.yourdictionary.com/occured

Diff Detail

Repository
rP 0 A.D. Public Repository
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

Dunedan accepted this revision.Oct 26 2017, 5:35 PM
This revision is now accepted and ready to land.Oct 26 2017, 5:35 PM
elexis accepted this revision.Oct 29 2017, 12:32 AM
elexis added subscribers: echotangoecho, elexis.
elexis added inline comments.
lobby/XmppClient.cpp
1058

Typically we try to determine whether the content of a line is correct when changing it, especially when changing a translation that people all over the world need to change afterwards.
I wonder if this string can't become something more user friendly, but not going to attempt now.

network/NetMessage.h
67

@echotangoecho will need to rebase his patch. (I miss your contributions buddy!)

elexis abandoned this revision.Oct 29 2017, 12:42 AM

Fixed by rP20369