diff -r dad24eb53873 -r 2eedf9e0cd6d QTfrontend/util/DataManager.h --- a/QTfrontend/util/DataManager.h Sun Apr 16 03:24:17 2017 +0200 +++ b/QTfrontend/util/DataManager.h Sun Apr 16 04:49:05 2017 +0200 @@ -37,7 +37,7 @@ /** * @brief Offers access to the data files of hedgewars. * - * @see singleton pattern + * @see singleton pattern * * @author sheepluva * @since 0.9.17 @@ -50,7 +50,7 @@ /** * @brief Returns reference to the singleton instance of this class. * - * @see singleton pattern + * @see singleton pattern * * @return reference to the instance. */ @@ -141,7 +141,7 @@ * Not to be used from outside the class, * use the static {@link DataManager::instance()} instead. * - * @see singleton pattern + * @see singleton pattern */ DataManager();