summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/ObjectSender.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/ObjectSender.hpp')
-rw-r--r--src/libs/engine/ObjectSender.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/ObjectSender.hpp b/src/libs/engine/ObjectSender.hpp
index 7176dcaa..9b6eb000 100644
--- a/src/libs/engine/ObjectSender.hpp
+++ b/src/libs/engine/ObjectSender.hpp
@@ -38,7 +38,7 @@ class PluginImpl;
* (protocol), this is used from the engine to easily send proper Objects
* with these messages (which is done in a few different parts of the code).
*
- * Basically a serializer, except to calls on ClientInterface rather than
+ * Basically a serialiser, except to calls on ClientInterface rather than
* eg a byte stream.
*/
class ObjectSender {