Message typo fix
[novacoin.git] / src / txdb-leveldb.cpp
index 4996107..591f309 100644 (file)
@@ -81,7 +81,7 @@ CTxDB::CTxDB(const char* pszMode)
         WriteVersion(CLIENT_VERSION);
         fReadOnly = fTmp;
     }
-    printf("Opened LevelDB sucessfully\n");
+    printf("Opened LevelDB successfully\n");
 }
 
 void CTxDB::Close()