summaryrefslogtreecommitdiff
path: root/cpp/include
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2018-01-22 16:40:08 -0500
committerJoe George <joe@zeroc.com>2018-01-22 16:40:08 -0500
commit8ca0c652a103672e7c85cb18d47b0e002b46ab0d (patch)
treefb878ab2a36f3d2762c444b9c971a062e9537bf7 /cpp/include
parentMoved ice_collectable impl out of line (ICE-8610) (diff)
downloadice-8ca0c652a103672e7c85cb18d47b0e002b46ab0d.tar.bz2
ice-8ca0c652a103672e7c85cb18d47b0e002b46ab0d.tar.xz
ice-8ca0c652a103672e7c85cb18d47b0e002b46ab0d.zip
Whitespace cleanup
Diffstat (limited to 'cpp/include')
-rw-r--r--cpp/include/Ice/Application.h2
-rw-r--r--cpp/include/IceSSL/OpenSSL.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/Ice/Application.h b/cpp/include/Ice/Application.h
index 498b6054c51..85adc93cade 100644
--- a/cpp/include/Ice/Application.h
+++ b/cpp/include/Ice/Application.h
@@ -218,7 +218,7 @@ public:
/**
* Configures the application to invoke interruptCallback when a signal occurs,
- * thereby giving the subclass responsibility for handling the signal.
+ * thereby giving the subclass responsibility for handling the signal.
*/
static void callbackOnInterrupt();
diff --git a/cpp/include/IceSSL/OpenSSL.h b/cpp/include/IceSSL/OpenSSL.h
index 733ec654df7..413f969ef50 100644
--- a/cpp/include/IceSSL/OpenSSL.h
+++ b/cpp/include/IceSSL/OpenSSL.h
@@ -48,7 +48,7 @@ namespace Ice
* linked with the application.
* @param loadOnInitialize If true, the plug-in is loaded (created) during communicator initialization.
* If false, the plug-in is only loaded during communicator initialization if its corresponding plug-in
- * property is set to 1.
+ * property is set to 1.
*/
ICE_PLUGIN_REGISTER_DECLSPEC_IMPORT void registerIceSSLOpenSSL(bool loadOnInitialize = true);