diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-04 22:33:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-05 23:52:14 +0100 |
| commit | 4168c7508d96df13794e49dfe7186a508a387186 (patch) | |
| tree | ed93df296d0b879258da46e39917d8259aa5c4b2 | |
| parent | 47258993e57bfe09f0d5b4274166f92ab29148a4 (diff) | |
Fix spacing.
| -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); |
