summaryrefslogtreecommitdiffstats
path: root/src/CompositeChat.h
diff options
context:
space:
mode:
authorSamuel Barney <samjbarney@gmail.com>2014-08-25 21:16:49 +0200
committerSamuel Barney <samjbarney@gmail.com>2014-08-25 21:16:49 +0200
commit0e2df0fe496c83f9993863479da150b686087f0b (patch)
tree0d1540287fc27910a9831ad12c2a334d3a7b5340 /src/CompositeChat.h
parentFixed some things from the mass replace. (diff)
downloadcuberite-0e2df0fe496c83f9993863479da150b686087f0b.tar
cuberite-0e2df0fe496c83f9993863479da150b686087f0b.tar.gz
cuberite-0e2df0fe496c83f9993863479da150b686087f0b.tar.bz2
cuberite-0e2df0fe496c83f9993863479da150b686087f0b.tar.lz
cuberite-0e2df0fe496c83f9993863479da150b686087f0b.tar.xz
cuberite-0e2df0fe496c83f9993863479da150b686087f0b.tar.zst
cuberite-0e2df0fe496c83f9993863479da150b686087f0b.zip
Diffstat (limited to 'src/CompositeChat.h')
-rw-r--r--src/CompositeChat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CompositeChat.h b/src/CompositeChat.h
index 90a6bc4c1..2dc21b98f 100644
--- a/src/CompositeChat.h
+++ b/src/CompositeChat.h
@@ -210,7 +210,7 @@ protected:
/** Adds a_AddStyle to a_Style; overwrites the existing style if appropriate.
- If the style already contains something that a_AddStyle /*override*/s, it is erased first. */
+ If the style already contains something that a_AddStyle overrides, it is erased first. */
void AddStyle(AString & a_Style, const AString & a_AddStyle);
} ; // tolua_export