fix typo in comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@37724 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2014-03-04 13:59:15 +00:00
parent 481443efb5
commit 5b5ce72214

View file

@ -370,8 +370,8 @@ SQLCLIENT_PRIVATE
*/
BOOL _inTransaction; /** Are we inside a transaction? */
/**
* A flag indicating whether wleading and trailing white space in values
* read from the database shoud automatically be removed.<br />
* A flag indicating whether leading and trailing white space in values
* read from the database should automatically be removed.<br />
* This should only be modified by the -setShouldTrim: method.
*/
BOOL _shouldTrim; /** Should whitespace be trimmed? */