diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-09 01:24:48 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-28 23:42:24 +0200 |
| commit | e6e220eb80ec8258e417794e0f142ebddffc6c25 (patch) | |
| tree | d4206a304d18c484954db2f3b88764ccbfa60486 /src/lib/exceptions.h | |
| parent | 16d4dfa8e45b2ed4f39e17ae20c9ba7d36ee42ea (diff) | |
Fix some comment typos.
Diffstat (limited to 'src/lib/exceptions.h')
| -rw-r--r-- | src/lib/exceptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h index 2cae86acc..7c9509800 100644 --- a/src/lib/exceptions.h +++ b/src/lib/exceptions.h @@ -416,7 +416,7 @@ private: /** @class CommunicationFailedError - * @brief Communcation between dcpomatic2_disk and _disk_writer failed somehow. + * @brief Communication between dcpomatic2_disk and _disk_writer failed somehow. */ class CommunicationFailedError : public CopyError { |
