Fix some spelling mistakes (mostly in comments).
[dcpomatic.git] / src / lib / update_checker.h
index aa5f620e6cf2baf63eb742aca598a15ab8997da7..f0ea9798c36d87936c2bc716393e4a488f2b7432 100644 (file)
@@ -35,7 +35,7 @@
 struct update_checker_test;
 
 
-/** Class to check for the existance of an update for DCP-o-matic on a remote server */
+/** Class to check for the existence of an update for DCP-o-matic on a remote server */
 class UpdateChecker : public Signaller
 {
 public:
@@ -89,7 +89,7 @@ private:
        void set_state (State);
        void thread ();
 
-       char* _buffer;
+       std::vector<char> _buffer;
        int _offset = 0;
        CURL* _curl = nullptr;