summaryrefslogtreecommitdiff
path: root/src/d_loop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/d_loop.h')
-rw-r--r--src/d_loop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d_loop.h b/src/d_loop.h
index 9ff30b4c..7eed035b 100644
--- a/src/d_loop.h
+++ b/src/d_loop.h
@@ -33,7 +33,7 @@ typedef struct
{
// Read events from the event queue, and process them.
- void (*ProcesEvents)();
+ void (*ProcessEvents)();
// Given the current input state, fill in the fields of the specified
// ticcmd_t structure with data for a new tic.