Fix typo in comment.
authorCarl Hetherington <cth@carlh.net>
Sun, 17 May 2020 20:21:43 +0000 (22:21 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 17 May 2020 20:21:43 +0000 (22:21 +0200)
src/lib/butler.h

index 0a0050e8ff90aa8f1aeb184bf531da457322efdb..ce3c9ae4859be430633ba6b629edafe94bde79e3 100644 (file)
@@ -83,7 +83,7 @@ private:
        boost::asio::io_service _prepare_service;
        boost::shared_ptr<boost::asio::io_service::work> _prepare_work;
 
        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;
        boost::mutex _mutex;
        boost::condition _summon;
        boost::condition _arrived;