mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-21 02:41:07 +00:00
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:
parent
481443efb5
commit
5b5ce72214
1 changed files with 2 additions and 2 deletions
|
@ -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? */
|
||||
|
|
Loading…
Reference in a new issue