Browse Source

Merge pull request #344 from tajh/patch-1

Small typo in error message
Gediminas Morkevicius 13 years ago
parent
commit
0a36c01ebd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Gedmo/Loggable/Entity/Repository/LogEntryRepository.php

+ 1 - 1
lib/Gedmo/Loggable/Entity/Repository/LogEntryRepository.php

@@ -112,7 +112,7 @@ class LogEntryRepository extends EntityRepository
                 throw new \Gedmo\Exception\UnexpectedValueException('Could not fully revert the entity to version: '.$version);
             }*/
         } else {
-            throw new \Gedmo\Exception\UnexpectedValueException('Count not find any log entries under version: '.$version);
+            throw new \Gedmo\Exception\UnexpectedValueException('Could not find any log entries under version: '.$version);
         }
     }