diff --git a/htdocs/core/class/html.formsms.class.php b/htdocs/core/class/html.formsms.class.php
index 815bad896b5f4a6fd2d8246a88795d31905d890c..c3b38a85c6ace38fbf83c090ee92f04df35a7fbf 100644
--- a/htdocs/core/class/html.formsms.class.php
+++ b/htdocs/core/class/html.formsms.class.php
@@ -324,7 +324,7 @@ function limitChars(textarea, limit, infodiv)
         print '<input class="button" type="submit" name="sendmail" value="'.$langs->trans("SendSms").'">';
         if ($this->withcancel)
         {
-            print '&nbsp;&nbsp;&nbnp;&nbsp;&nbsp;';
+            print '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
             print '<input class="button" type="submit" name="cancel" value="'.$langs->trans("Cancel").'">';
         }
         print '</div>';