diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-17 22:21:43 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-17 22:21:43 +0200 |
| commit | 5c67ab988cbaf678d2de3d1c145a455213da1e92 (patch) | |
| tree | 92c9fec990df59fd721b2723630ee4692e9381d0 | |
| parent | 9f940fe8533526b10eb9cf22a8772e122760c368 (diff) | |
Fix typo in comment.
| -rw-r--r-- | src/lib/butler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/butler.h b/src/lib/butler.h index 0a0050e8f..ce3c9ae48 100644 --- a/src/lib/butler.h +++ b/src/lib/butler.h @@ -83,7 +83,7 @@ private: boost::asio::io_service _prepare_service; boost::shared_ptr<boost::asio::io_service::work> _prepare_work; - /** mutex to protect _pending_seek_position, _pending_seek_acurate, _finished, _died, _stop_thread */ + /** mutex to protect _pending_seek_position, _pending_seek_accurate, _finished, _died, _stop_thread */ boost::mutex _mutex; boost::condition _summon; boost::condition _arrived; |
