From 8183674fc69e22e24f947d4d345225aa0d8a5818 Mon Sep 17 00:00:00 2001 From: Guillaume Lajarige Date: Wed, 27 Sep 2017 12:51:36 +0000 Subject: [PATCH] Internal: Typo in PHPDoc SVN:trunk[4948] --- core/dbobjectset.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/dbobjectset.class.php b/core/dbobjectset.class.php index 4dbe1447d..fc7d649c6 100644 --- a/core/dbobjectset.class.php +++ b/core/dbobjectset.class.php @@ -312,7 +312,7 @@ class DBObjectSet implements iDBObjectSetIterator } /** - * Note: After calling this method, the set cursor will be at the end of the set. You might to rewind it. + * Note: After calling this method, the set cursor will be at the end of the set. You might want to rewind it. * * @param bool $bWithId * @return array @@ -386,7 +386,7 @@ class DBObjectSet implements iDBObjectSetIterator } /** - * Note: After calling this method, the set cursor will be at the end of the set. You might to rewind it. + * Note: After calling this method, the set cursor will be at the end of the set. You might want to rewind it. * * @param string $sAttCode * @param bool $bWithId