Ver código fonte

Small documentation fix

Marco Nolden 13 anos atrás
pai
commit
b986c83550
1 arquivos alterados com 1 adições e 1 exclusões
  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");
 
   ///