diff options
author | Jose <jose@zeroc.com> | 2013-01-14 15:30:21 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2013-01-14 15:30:21 +0100 |
commit | ebc01ea7d46c5e31d71528782c931375a7186542 (patch) | |
tree | 467016392e95c826a0c934814be761c53da64d96 /cpp/src/IceGrid/ServerI.cpp | |
parent | Added support for Ice.UseServantClassLoader (diff) | |
download | ice-ebc01ea7d46c5e31d71528782c931375a7186542.tar.bz2 ice-ebc01ea7d46c5e31d71528782c931375a7186542.tar.xz ice-ebc01ea7d46c5e31d71528782c931375a7186542.zip |
Fixed (ICE-5144) - Minor grammar errors in code
Diffstat (limited to 'cpp/src/IceGrid/ServerI.cpp')
-rw-r--r-- | cpp/src/IceGrid/ServerI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ServerI.cpp b/cpp/src/IceGrid/ServerI.cpp index e5cd3a437d4..16516d22e3d 100644 --- a/cpp/src/IceGrid/ServerI.cpp +++ b/cpp/src/IceGrid/ServerI.cpp @@ -1378,7 +1378,7 @@ ServerI::destroy(const AMD_Node_destroyServerPtr& amdCB, const string& uuid, int if(!_destroy) { // - // If uuid is empty, the destroy call comes from the the consistency check. In + // If uuid is empty, the destroy call comes from the consistency check. In // this case, we clear the server directory only if it contains non-user data. // _destroy = new DestroyCommand(this, false, !uuid.empty()); |