summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
authorPhilipp Sehmisch <crush@themanaworld.org>2009-02-22 18:00:14 +0100
committerPhilipp Sehmisch <crush@themanaworld.org>2009-02-22 18:00:14 +0100
commitffaee35f99686709300b8d1977ade714d5a4e8af (patch)
treefa0f4b9aad58556c87e8b030cb6e9b79c813aecc /src/gui/gui.h
parent6250168c410843cce560197b1ae440d1c2a0ba32 (diff)
downloadmana-client-ffaee35f99686709300b8d1977ade714d5a4e8af.tar.gz
mana-client-ffaee35f99686709300b8d1977ade714d5a4e8af.tar.bz2
mana-client-ffaee35f99686709300b8d1977ade714d5a4e8af.tar.xz
mana-client-ffaee35f99686709300b8d1977ade714d5a4e8af.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 7483cb82..41df3dda 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -114,7 +114,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;