Small typo in error message
@@ -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);
}