diff options
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 2c02f02e6..cf24bde00 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -148,7 +148,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's version(see comments in examine()). + * man's version (see comments in examine()). */ std::string digest() const { boost::mutex::scoped_lock lm(_mutex); |
