From kde-commits Fri Aug 29 22:02:24 2008 From: Jaroslaw Staniek Date: Fri, 29 Aug 2008 22:02:24 +0000 To: kde-commits Subject: branches/work/predicate/Predicate (silent) Message-Id: <1220047344.943369.7561.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=122004735305303 SVN commit 854609 by staniek: SVN_SILENT typo M +1 -1 Cursor.h --- branches/work/predicate/Predicate/Cursor.h #854608:854609 @@ -175,7 +175,7 @@ } /*! \return number of fields available for this cursor. - This never includes ROWID column or other internal coluns (e.g. lookup). */ + This never includes ROWID column or other internal columns (e.g. lookup). */ inline uint fieldCount() const { return m_query ? m_logicalFieldCount : m_fieldCount; }