[ci skip] Fix a typo in pagination docs
diff --git a/user_guide_src/source/libraries/pagination.rst b/user_guide_src/source/libraries/pagination.rst
index 99b5a80..fbc75ea 100644
--- a/user_guide_src/source/libraries/pagination.rst
+++ b/user_guide_src/source/libraries/pagination.rst
@@ -128,7 +128,7 @@
 
 **$config['suffix'] = '';**
 
-A custom suffix added to the path. The sufix value will be right after
+A custom suffix added to the path. The suffix value will be right after
 the offset segment.
 
 **$config['use_global_url_suffix'] = FALSE;**
@@ -311,4 +311,4 @@
 		:returns:	HTML-formatted pagination
 		:rtype:	string
 
-		Returns a "pagination" bar, containing the generated links or an empty string if there's just a single page.
\ No newline at end of file
+		Returns a "pagination" bar, containing the generated links or an empty string if there's just a single page.