diff options
Diffstat (limited to 'src/SemanticScuttle/Service/Vote.php')
-rw-r--r-- | src/SemanticScuttle/Service/Vote.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SemanticScuttle/Service/Vote.php b/src/SemanticScuttle/Service/Vote.php index e6d021b..086b2a2 100644 --- a/src/SemanticScuttle/Service/Vote.php +++ b/src/SemanticScuttle/Service/Vote.php @@ -142,7 +142,7 @@ class SemanticScuttle_Service_Vote extends SemanticScuttle_DbService /** - * Returns if the user has already voted for + * Returns if the user has already voted for * the given bookmark. * * @param integer $bookmark Bookmark ID @@ -220,7 +220,7 @@ class SemanticScuttle_Service_Vote extends SemanticScuttle_DbService * * @internal * We check if voting is enabled or not, - * and if the user has already voted. + * and if the user has already voted. * It is up to the calling code to make sure * the user is authorized to vote. * |