diff --git a/htdocs/core/class/html.formsms.class.php b/htdocs/core/class/html.formsms.class.php
index 8fa5c3e31100b81b7c66c19f8f09292a50ff06b9..66b284a3aba4e8f9115b16ed723a5cf6cf9ee892 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>';