Fix comment typo.
authorCarl Hetherington <cth@carlh.net>
Wed, 3 Jun 2015 13:55:25 +0000 (14:55 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 3 Jun 2015 13:55:25 +0000 (14:55 +0100)
src/lib/content.h

index 2b966110bfd398d65f58f545a8052db5ccff8f6b..8e2e5ddafe29cd0480bc6f8e9d970242615ca688 100644 (file)
@@ -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);