diff options
author | Philipp Sehmisch <crush@themanaworld.org> | 2009-02-22 18:00:14 +0100 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-02-22 12:30:44 -0700 |
commit | d27772e75e53731a39df96e5256b089a9aa3075d (patch) | |
tree | 57fcca4b4013b78d420667e9191886e1472c7750 | |
parent | 1bb480c85d255dc53654dd7b86495583f7875217 (diff) | |
download | mana-client-d27772e75e53731a39df96e5256b089a9aa3075d.tar.gz mana-client-d27772e75e53731a39df96e5256b089a9aa3075d.tar.bz2 mana-client-d27772e75e53731a39df96e5256b089a9aa3075d.tar.xz mana-client-d27772e75e53731a39df96e5256b089a9aa3075d.zip |
Fixed another Particle/Paricle mismatch in a comment
-rw-r--r-- | src/gui/gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index 295bc595..afa358be 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -115,7 +115,7 @@ class Gui : public gcn::Gui private: GuiConfigListener *mConfigListener; gcn::Font *mGuiFont; /**< The global GUI font */ - gcn::Font *mInfoParticleFont; /**< Font for Info Paricles*/ + gcn::Font *mInfoParticleFont; /**< Font for Info Particles*/ bool mCustomCursor; /**< Show custom cursor */ ImageSet *mMouseCursors; /**< Mouse cursor images */ float mMouseCursorAlpha; |