Doc fix for Encryption library
diff --git a/user_guide_src/source/libraries/encryption.rst b/user_guide_src/source/libraries/encryption.rst
index 25bf7c1..a4415f5 100644
--- a/user_guide_src/source/libraries/encryption.rst
+++ b/user_guide_src/source/libraries/encryption.rst
@@ -33,11 +33,11 @@
 initialized in your controller using the ``$this->load->library()``
 method::
 
-	$this->load->library('encrypt');
+	$this->load->library('encryption');
 
 Once loaded, the Encryption library object will be available using::
 
-	$this->encrypt
+	$this->encryption
 
 Default behavior
 ================