diff options
author | Gordon Sim <gsim@apache.org> | 2008-02-12 16:54:05 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2008-02-12 16:54:05 +0000 |
commit | 82577aec20fbef5559477d4b4809bd7abeceb4c1 (patch) | |
tree | a6f8aaac30a5670c8673b31ce699b0d2a8adcbfe /cpp/src | |
parent | 248cb9576baafdf415875dc36c2e07ce93c18b83 (diff) | |
download | qpid-python-82577aec20fbef5559477d4b4809bd7abeceb4c1.tar.gz |
Fixed typo
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@620861 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qpid/DataDir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/DataDir.cpp b/cpp/src/qpid/DataDir.cpp index f5f5444ac0..abf9b061e4 100644 --- a/cpp/src/qpid/DataDir.cpp +++ b/cpp/src/qpid/DataDir.cpp @@ -60,7 +60,7 @@ DataDir::DataDir (std::string path) : throw Exception (oss.str ()); } - QPID_LOG (info, "Locked data direcory: " << dirPath); + QPID_LOG (info, "Locked data directory: " << dirPath); } DataDir::~DataDir () |