diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index 5585e9e77..31b09c2cf 100644 --- a/include/modules.h +++ b/include/modules.h @@ -368,7 +368,7 @@ class CoreExport Module : public Extensible virtual EventReturn OnSaveDatabase() { return EVENT_CONTINUE; } /** Called when the databases are loaded - * @return EVENT_CONTINUE to let other modules continue saving, EVENT_STOP to stop + * @return EVENT_CONTINUE to let other modules continue loading, EVENT_STOP to stop */ virtual EventReturn OnLoadDatabase() { return EVENT_CONTINUE; } |