浏览代码

Small documentation fix

Marco Nolden 13 年之前
父节点
当前提交
b986c83550
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Libs/DICOM/Core/ctkDICOMDatabase.h

+ 1 - 1
Libs/DICOM/Core/ctkDICOMDatabase.h

@@ -107,7 +107,7 @@ public:
   /// close the database. It must not be used afterwards.
   Q_INVOKABLE void closeDatabase();
   ///
-  /// delete all data and reinitialize the database.
+  /// delete all data and (re-)initialize the database.
   Q_INVOKABLE bool initializeDatabase(const char* schemaFile = ":/dicom/dicom-schema.sql");
 
   ///