From 442f669dc7801a24a9db2e131ca6ca9c5efc7739 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
Date: Sat, 12 Dec 2015 10:45:33 +0100
Subject: [PATCH] typo

---
 htdocs/core/class/html.formsms.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/core/class/html.formsms.class.php b/htdocs/core/class/html.formsms.class.php
index 815bad896b5..c3b38a85c6a 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>';
-- 
GitLab