diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-03 14:55:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-03 14:55:25 +0100 |
| commit | 92c377d1b9e781fbb4b1f1b7a76ca7dba0bd637f (patch) | |
| tree | 514426ce25db6522b75e718bb7af550bf1503893 /src/lib | |
| parent | 8c7f5a26897b6342e0c6ed2afd24a2e3eed34dea (diff) | |
Fix comment typo.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/content.h | 2 |
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); |
