From 31c3982bff1652da96362ac161c30ecc52cf3b87 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 15 Apr 2016 13:57:12 -0700 Subject: [PATCH] Fix some typos --- src/impl/background_collection.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/impl/background_collection.hpp b/src/impl/background_collection.hpp index 2c8047e6..830cd8bf 100644 --- a/src/impl/background_collection.hpp +++ b/src/impl/background_collection.hpp @@ -132,7 +132,7 @@ public: bool is_alive() const noexcept; - // Attach the handed-over query to `sg`. Must not be already attaged to a SharedGroup. + // Attach the handed-over query to `sg`. Must not be already attached to a SharedGroup. void attach_to(SharedGroup& sg); // Create a new query handover object and stop using the previously attached // SharedGroup