Forgot an 'and'...
diff --git a/user_guide/database/utilities.html b/user_guide/database/utilities.html
index 570e447..c80e3d1 100644
--- a/user_guide/database/utilities.html
+++ b/user_guide/database/utilities.html
@@ -184,7 +184,7 @@
 </code>
 
 <p>The second, third, and fourth parameters allow you to
-set the delimiter, newline, enclosure characters, respectively.  By default tabs are used as the delimiter, "\n" is used as a new line, and a double-quote is used as the enclosure.  Example:</p>
+set the delimiter, newline, and enclosure characters respectively.  By default tabs are used as the delimiter, "\n" is used as a new line, and a double-quote is used as the enclosure.  Example:</p>
 
 <code>
 $delimiter = ",";<br />