diff --git a/Control/StoreGate/StoreGate/VarHandleKey.h b/Control/StoreGate/StoreGate/VarHandleKey.h
index 297913c5a14348aaaebb195c15fcf5af6ac10f3c..cebaf602a17b0583719e5462edf974c29c0f1139 100644
--- a/Control/StoreGate/StoreGate/VarHandleKey.h
+++ b/Control/StoreGate/StoreGate/VarHandleKey.h
@@ -65,7 +65,7 @@ public:
    * @param isCond True if this is a CondHandleKey.
    *
    * The provided key may actually start with the name of the store,
-   * separated by a "+":  "MyStore:Obj".  If no "+" is present
+   * separated by a "+":  "MyStore+Obj".  If no "+" is present
    * the store named by @c storeName is used.  However, if the key name
    * starts with a slash, it is interpreted as a hierarchical key name,
    * not an empty store name.
diff --git a/Control/StoreGate/StoreGate/WriteHandle.h b/Control/StoreGate/StoreGate/WriteHandle.h
index a6c3c73d512b47276bdd9e2995f0f497dfff6d95..968b3a664c07fb7ddfaefbc7a6fbf1edd5acaefe 100644
--- a/Control/StoreGate/StoreGate/WriteHandle.h
+++ b/Control/StoreGate/StoreGate/WriteHandle.h
@@ -267,7 +267,7 @@ public:
    * @param returnExisting Allow an existing object?
    *
    * Unlike record(), this does not change the handle object.
-   * That means that will not be able to get the object back
+   * That means that one will not be able to get the object back
    * by dereferencing the handle.
    * Returns the object placed in the store, or nullptr if there
    * was an error.
@@ -285,7 +285,7 @@ public:
    * @param returnExisting Allow an existing object?
    *
    * Unlike record(), this does not change the handle object.
-   * That means that will not be able to get the object back
+   * That means that one will not be able to get the object back
    * by dereferencing the handle.
    * Returns the object placed in the store, or nullptr if there
    * was an error.
@@ -303,7 +303,7 @@ public:
    * @param returnExisting Allow an existing object?
    *
    * Unlike record(), this does not change the handle object.
-   * That means that will not be able to get the object back
+   * That means that one will not be able to get the object back
    * by dereferencing the handle.
    * Returns the object placed in the store, or nullptr if there
    * was an error.
@@ -322,7 +322,7 @@ public:
    * @param returnExisting Allow an existing object?
    *
    * Unlike record(), this does not change the handle object.
-   * That means that will not be able to get the object back
+   * That means that one will not be able to get the object back
    * by dereferencing the handle.
    * Returns the object placed in the store, or nullptr if there
    * was an error.
@@ -342,7 +342,7 @@ public:
    * @param returnExisting Allow an existing object?
    *
    * Unlike record(), this does not change the handle object.
-   * That means that will not be able to get the object back
+   * That means that one will not be able to get the object back
    * by dereferencing the handle.
    * Returns the object placed in the store, or nullptr if there
    * was an error.
@@ -360,7 +360,7 @@ public:
    * @param data The object to record.
    *
    * Unlike record(), this does not change the handle object.
-   * That means that will not be able to get the object back
+   * That means that one will not be able to get the object back
    * by dereferencing the handle.
    * Returns the object placed in the store, or nullptr if there
    * was an error.
@@ -376,7 +376,7 @@ public:
    * @param data The object to record.
    *
    * Unlike record(), this does not change the handle object.
-   * That means that will not be able to get the object back
+   * That means that one will not be able to get the object back
    * by dereferencing the handle.
    * Returns the object placed in the store, or nullptr if there
    * was an error.
@@ -393,7 +393,7 @@ public:
    * @param auxstore Auxiliary store object.
    *
    * Unlike record(), this does not change the handle object.
-   * That means that will not be able to get the object back
+   * That means that one will not be able to get the object back
    * by dereferencing the handle.
    * Returns the object placed in the store, or nullptr if there
    * was an error.
@@ -412,7 +412,7 @@ public:
    * @param auxstore Auxiliary store object.
    *
    * Unlike record(), this does not change the handle object.
-   * That means that will not be able to get the object back
+   * That means that one will not be able to get the object back
    * by dereferencing the handle.
    * Returns the object placed in the store, or nullptr if there
    * was an error.
@@ -435,7 +435,7 @@ public:
    * @param auxstore Auxiliary store object.
    *
    * Unlike record(), this does not change the handle object.
-   * That means that will not be able to get the object back
+   * That means that one will not be able to get the object back
    * by dereferencing the handle.
    * Returns the object placed in the store, or nullptr if there
    * was an error.
@@ -456,7 +456,7 @@ public:
    * @param auxstore Auxiliary store object.
    *
    * Unlike record(), this does not change the handle object.
-   * That means that will not be able to get the object back
+   * That means that one will not be able to get the object back
    * by dereferencing the handle.
    * Returns the object placed in the store, or nullptr if there
    * was an error.
@@ -554,7 +554,7 @@ private:
    * @param[out] store The store being used.
    *
    * Unlike record(), this does not change the handle object.
-   * That means that will not be able to get the object back
+   * That means that one will not be able to get the object back
    * by dereferencing the handle.
    * Returns the object placed in the store, or nullptr if there
    * was an error.
@@ -576,7 +576,7 @@ private:
    * @param auxstore Auxiliary store object.
    *
    * Unlike record(), this does not change the handle object.
-   * That means that will not be able to get the object back
+   * That means that one will not be able to get the object back
    * by dereferencing the handle.
    * Returns the object placed in the store, or nullptr if there
    * was an error.
@@ -597,7 +597,7 @@ private:
    * @param auxstore Auxiliary store object.
    *
    * Unlike record(), this does not change the handle object.
-   * That means that will not be able to get the object back
+   * That means that one will not be able to get the object back
    * by dereferencing the handle.
    * Returns the object placed in the store, or nullptr if there
    * was an error.
diff --git a/Control/StoreGate/StoreGate/WriteHandle.icc b/Control/StoreGate/StoreGate/WriteHandle.icc
index 5d79ff5d75f802b50a431e08efeab51a5a4f4f5c..81502357d36077883df34c058aeff7660921461a 100644
--- a/Control/StoreGate/StoreGate/WriteHandle.icc
+++ b/Control/StoreGate/StoreGate/WriteHandle.icc
@@ -338,7 +338,7 @@ WriteHandle<T>::recordNonConst (SG::DataObjectSharedPtr<T> data)
  * @param returnExisting Allow an existing object?
  *
  * Unlike record(), this does not change the handle object.
- * That means that will not be able to get the object back
+ * That means that one will not be able to get the object back
  * by dereferencing the handle.
  * Returns the object placed in the store, or nullptr if there
  * was an error.
@@ -363,7 +363,7 @@ WriteHandle<T>::put (std::unique_ptr<T> data,
  * @param returnExisting Allow an existing object?
  *
  * Unlike record(), this does not change the handle object.
- * That means that will not be able to get the object back
+ * That means that one will not be able to get the object back
  * by dereferencing the handle.
  * Returns the object placed in the store, or nullptr if there
  * was an error.
@@ -388,7 +388,7 @@ WriteHandle<T>::put (std::unique_ptr<const T> data,
  * @param returnExisting Allow an existing object?
  *
  * Unlike record(), this does not change the handle object.
- * That means that will not be able to get the object back
+ * That means that one will not be able to get the object back
  * by dereferencing the handle.
  * Returns the object placed in the store, or nullptr if there
  * was an error.
@@ -415,7 +415,7 @@ WriteHandle<T>::put (std::unique_ptr<const ConstDataVector<T> > data,
  * @param returnExisting Allow an existing object?
  *
  * Unlike record(), this does not change the handle object.
- * That means that will not be able to get the object back
+ * That means that one will not be able to get the object back
  * by dereferencing the handle.
  * Returns the object placed in the store, or nullptr if there
  * was an error.
@@ -442,7 +442,7 @@ WriteHandle<T>::put (const EventContext& ctx,
  * @param returnExisting Allow an existing object?
  *
  * Unlike record(), this does not change the handle object.
- * That means that will not be able to get the object back
+ * That means that one will not be able to get the object back
  * by dereferencing the handle.
  * Returns the object placed in the store, or nullptr if there
  * was an error.
@@ -467,7 +467,7 @@ WriteHandle<T>::put (const EventContext& ctx,
  * @param data The object to record.
  *
  * Unlike record(), this does not change the handle object.
- * That means that will not be able to get the object back
+ * That means that one will not be able to get the object back
  * by dereferencing the handle.
  * Returns the object placed in the store, or nullptr if there
  * was an error.
@@ -490,7 +490,7 @@ WriteHandle<T>::put (SG::DataObjectSharedPtr<T> data) const
  * @param data The object to record.
  *
  * Unlike record(), this does not change the handle object.
- * That means that will not be able to get the object back
+ * That means that one will not be able to get the object back
  * by dereferencing the handle.
  * Returns the object placed in the store, or nullptr if there
  * was an error.
@@ -514,7 +514,7 @@ WriteHandle<T>::put (const EventContext& ctx,
  * @param auxstore Auxiliary store object.
  *
  * Unlike record(), this does not change the handle object.
- * That means that will not be able to get the object back
+ * That means that one will not be able to get the object back
  * by dereferencing the handle.
  * Returns the object placed in the store, or nullptr if there
  * was an error.
@@ -538,7 +538,7 @@ WriteHandle<T>::put (std::unique_ptr<T> data,
  * @param auxstore Auxiliary store object.
  *
  * Unlike record(), this does not change the handle object.
- * That means that will not be able to get the object back
+ * That means that one will not be able to get the object back
  * by dereferencing the handle.
  * Returns the object placed in the store, or nullptr if there
  * was an error.
@@ -565,7 +565,7 @@ WriteHandle<T>::put (std::unique_ptr<const T> data,
  * @param auxstore Auxiliary store object.
  *
  * Unlike record(), this does not change the handle object.
- * That means that will not be able to get the object back
+ * That means that one will not be able to get the object back
  * by dereferencing the handle.
  * Returns the object placed in the store, or nullptr if there
  * was an error.
@@ -590,7 +590,7 @@ WriteHandle<T>::put (const EventContext& ctx,
  * @param auxstore Auxiliary store object.
  *
  * Unlike record(), this does not change the handle object.
- * That means that will not be able to get the object back
+ * That means that one will not be able to get the object back
  * by dereferencing the handle.
  * Returns the object placed in the store, or nullptr if there
  * was an error.