ircclient:change spelling

Most of these changes don't do anything, but near L820 in ircclient.cpp,
there was an extra "g"

Also changed the header
This commit is contained in:
andy5995
2018-06-04 16:28:14 -05:00
parent 64c0aafe0b
commit 957827ea21
2 changed files with 39 additions and 22 deletions

View File

@@ -1,14 +1,24 @@
// ==============================================================
// This file is part of MegaGlest Shared Library (www.glest.org)
// ircclient.h:
//
// Copyright (C) 2009-2010 Titus Tscharntke (info@titusgames.de) and
// Mark Vejvoda (mark_vejvoda@hotmail.com)
// This file is part of the ZetaGlest Shared Library
//
// You can redistribute this code and/or modify it under
// the terms of the GNU General Public License as published
// by the Free Software Foundation; either version 2 of the
// License, or (at your option) any later version
// ==============================================================
// Copyright (C) 2018 The ZetaGlest team <https://github.com/ZetaGlest>
//
// ZetaGlest is a fork of MegaGlest <https://megaglest.org>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#ifndef _SHARED_PLATFORMCOMMON_IRCTHREAD_H_
#define _SHARED_PLATFORMCOMMON_IRCTHREAD_H_