aboutsummaryrefslogtreecommitdiffstats
path: root/src/module/sdk/GFSDKModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/module/sdk/GFSDKModule.h')
-rw-r--r--src/module/sdk/GFSDKModule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module/sdk/GFSDKModule.h b/src/module/sdk/GFSDKModule.h
index 4df07762..67c1f492 100644
--- a/src/module/sdk/GFSDKModule.h
+++ b/src/module/sdk/GFSDKModule.h
@@ -48,7 +48,7 @@ struct GFModuleEventParam {
struct GFModuleEvent {
const char *id;
- const char *triggger_id;
+ const char *trigger_id;
GFModuleEventParam *params;
};