diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-09-06 19:06:42 +0800 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-09-06 19:06:42 +0800 |
commit | 075598a8601005bebdb275aed6f0fb8f0bdfdc24 (patch) | |
tree | 65cca88619923e6a546c572d2f96a411184c5d35 /cpp/src/Freeze/TransactionI.cpp | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2233 (diff) | |
download | ice-075598a8601005bebdb275aed6f0fb8f0bdfdc24.tar.bz2 ice-075598a8601005bebdb275aed6f0fb8f0bdfdc24.tar.xz ice-075598a8601005bebdb275aed6f0fb8f0bdfdc24.zip |
fixed spelling mistake.
Diffstat (limited to 'cpp/src/Freeze/TransactionI.cpp')
-rw-r--r-- | cpp/src/Freeze/TransactionI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Freeze/TransactionI.cpp b/cpp/src/Freeze/TransactionI.cpp index d4e82e0d221..082a495c21d 100644 --- a/cpp/src/Freeze/TransactionI.cpp +++ b/cpp/src/Freeze/TransactionI.cpp @@ -117,7 +117,7 @@ Freeze::TransactionI::rollbackInternal(bool warning) { Warning warn(_communicator->getLogger()); warn << "Freeze.Transaction: rolled back transaction " << hex << txnId << dec - << " due to destruction.\nApplication code should explicitely call rollback or commit."; + << " due to destruction.\nApplication code should explicitly call rollback or commit."; } } |