summaryrefslogtreecommitdiff
path: root/cpp/src/Freeze/TransactionI.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2007-09-06 19:06:42 +0800
committerMatthew Newhook <matthew@zeroc.com>2007-09-06 19:06:42 +0800
commit075598a8601005bebdb275aed6f0fb8f0bdfdc24 (patch)
tree65cca88619923e6a546c572d2f96a411184c5d35 /cpp/src/Freeze/TransactionI.cpp
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2233 (diff)
downloadice-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.cpp2
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.";
}
}