diff --git a/platypush/plugins/sound/__init__.py b/platypush/plugins/sound/__init__.py
index cd5804d38..e564906a6 100644
--- a/platypush/plugins/sound/__init__.py
+++ b/platypush/plugins/sound/__init__.py
@@ -214,7 +214,7 @@ class SoundPlugin(Plugin):
 
         :param sound: Sound to play. Specify this if you want to play
             synthetic sounds. You can also create polyphonic sounds by just
-            calling play multple times.
+            calling play multiple times.
         :type sound: Sound. You can initialize it either from a list
             of `Sound` objects or from its JSON representation, e.g.::