summaryrefslogtreecommitdiff
path: root/include/cull_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cull_list.h')
-rw-r--r--include/cull_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cull_list.h b/include/cull_list.h
index d29b7b267..41dab5187 100644
--- a/include/cull_list.h
+++ b/include/cull_list.h
@@ -49,7 +49,7 @@ class CoreExport CullList
class CoreExport ActionBase : public classbase
{
public:
- /** Executes this action. */
+ /** Executes this action. */
virtual void Call() = 0;
};