summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/content.h b/src/lib/content.h
index 2b966110b..8e2e5ddaf 100644
--- a/src/lib/content.h
+++ b/src/lib/content.h
@@ -109,7 +109,7 @@ public:
/** @return Digest of the content's file(s). Note: this is
* not a complete MD5-or-whatever hash, but a sort of poor
- * man' version (see comments in ::examine).
+ * man's version (see comments in ::examine).
*/
std::string digest () const {
boost::mutex::scoped_lock lm (_mutex);