Browse Source

[2541] style and editorial: folded a long line; corrected a typo

JINMEI Tatuya 12 years ago
parent
commit
b193ad87c3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/datasrc/database.cc

+ 2 - 1
src/lib/datasrc/database.cc

@@ -43,7 +43,8 @@ using boost::scoped_ptr;
 
 namespace isc {
 namespace datasrc {
-// RAII-style transaction holder; roll back the transaction unless explicitely committed
+// RAII-style transaction holder; roll back the transaction unless explicitly
+// committed
 namespace {
 class TransactionHolder {
 public: