From 4fbc7a0cac132bb98451d7c86e89e81b76aef08f Mon Sep 17 00:00:00 2001
From: Hex <hex@codeigniter.org.cn>
Date: Mon, 26 Jun 2017 00:29:50 +0800
Subject: Fix the spelling of the word.

---
 user_guide_src/source/libraries/security.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user_guide_src/source/libraries/security.rst b/user_guide_src/source/libraries/security.rst
index fc5cba19d..868112684 100644
--- a/user_guide_src/source/libraries/security.rst
+++ b/user_guide_src/source/libraries/security.rst
@@ -107,7 +107,7 @@ Class Reference
 		If the optional second parameter is set to true, it will return boolean TRUE if
 		the image is safe to use and FALSE if malicious data was detected in it.
 
-		.. important:: This method is not suitable for filtering HTML attribute vales!
+		.. important:: This method is not suitable for filtering HTML attribute values!
 			Use :php:func:`html_escape()` for that instead.
 
 	.. php:method:: sanitize_filename($str[, $relative_path = FALSE])
-- 
cgit v1.2.3-24-g4f1b