typo
diff --git a/user_guide/libraries/image_lib.html b/user_guide/libraries/image_lib.html
index 8dddcf0..83dc8b3 100644
--- a/user_guide/libraries/image_lib.html
+++ b/user_guide/libraries/image_lib.html
@@ -79,7 +79,7 @@
<h2>Initializing the Class</h2>
<p>Like most other classes in CodeIgniter, the image class is initialized in your controller
-using the <dfn>$this->load_library</dfn> function:</p>
+using the <dfn>$this->load->library</dfn> function:</p>
<code>$this->load->library('image_lib');</code>
<p>Once the library is loaded it will be ready for use. The image library object you will use to call all functions is: <dfn>$this->image_lib</dfn></p>