diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-09 01:24:48 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-09 01:24:48 +0200 |
| commit | c80f7a440de73dead499764b4073d39d54c68b9f (patch) | |
| tree | 1020615dc990651723e5d1bce2c48d8cb89a03cd /src/lib | |
| parent | 61962b2d8f6ef4493465d6aa433f3069c24c46a8 (diff) | |
Fix some comment typos.
Diffstat (limited to 'src/lib')
| -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 { |
