Просмотр исходного кода

Merge pull request #344 from tajh/patch-1

Small typo in error message
Gediminas Morkevicius 13 лет назад
Родитель
Сommit
0a36c01ebd
1 измененных файлов с 1 добавлено и 1 удалено
  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);
         }
     }