Skip to content
Snippets Groups Projects
Commit 7554de8d authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Fix typo

parent 5938cb24
Branches
Tags
No related merge requests found
......@@ -1378,7 +1378,7 @@ public class CouchDBDao implements IDatabaseDao, ApplicationEventPublisherAware
document.put("read", question.isRead());
getDatabase().saveDocument(document);
} catch (final IOException e) {
LOGGER.error("Coulg not mark interposed question as read {}", question.get_id());
LOGGER.error("Could not mark interposed question as read {}", question.get_id());
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment