summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
authorPhilipp Sehmisch <crush@themanaworld.org>2009-02-22 18:00:14 +0100
committerIra Rice <irarice@gmail.com>2009-02-22 12:30:44 -0700
commitd27772e75e53731a39df96e5256b089a9aa3075d (patch)
tree57fcca4b4013b78d420667e9191886e1472c7750 /src/gui/gui.h
parent1bb480c85d255dc53654dd7b86495583f7875217 (diff)
downloadmana-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
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h2
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;