Fix some spellings.

This commit is contained in:
RoosterDragon
2015-11-27 00:15:09 +00:00
parent 3e8df55bcb
commit bfe1804bf6
56 changed files with 91 additions and 91 deletions

View File

@@ -65,7 +65,7 @@ namespace OpenRA
{
ChannelInfo info;
if (!Channels.TryGetValue(channel, out info))
throw new Exception("Tried logging to non-existant channel " + channel);
throw new Exception("Tried logging to non-existent channel " + channel);
if (info.Writer == null)
return;
@@ -77,7 +77,7 @@ namespace OpenRA
{
ChannelInfo info;
if (!Channels.TryGetValue(channel, out info))
throw new Exception("Tried logging to non-existant channel " + channel);
throw new Exception("Tried logging to non-existent channel " + channel);
if (info.Writer == null)
return;