From b96ff25bcaf2b512da375df2dc4ae2940f201cbb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= <glen@delfi.ee>
Date: Wed, 3 Aug 2016 11:53:02 +0300
Subject: [PATCH] Update confutils.php

spelling fix
---
 inc/confutils.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc/confutils.php b/inc/confutils.php
index 8b61a8d5b..7a3a99856 100644
--- a/inc/confutils.php
+++ b/inc/confutils.php
@@ -360,7 +360,7 @@ function conf_decodeString($str) {
     switch (substr($str,0,3)) {
         case '<b>' : return base64_decode(substr($str,3));
         case '<u>' : return convert_uudecode(substr($str,3));
-        default:  // not encode (or unknown)
+        default:  // not encoded (or unknown)
                      return $str;
     }
 }
-- 
GitLab