Typo Fix
Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com>
diff --git a/system/database/DB_query_builder.php b/system/database/DB_query_builder.php
index 8223baa..ef69009 100644
--- a/system/database/DB_query_builder.php
+++ b/system/database/DB_query_builder.php
@@ -263,7 +263,7 @@
 			$select = explode(',', $select);
 		}
 
-		// If the escape value was not set will will base it on the global setting
+		// If the escape value was not set, we will base it on the global setting
 		is_bool($escape) OR $escape = $this->_protect_identifiers;
 
 		foreach ($select as $val)