summaryrefslogtreecommitdiffstats
path: root/README.hacking
diff options
context:
space:
mode:
Diffstat (limited to 'README.hacking')
-rw-r--r--README.hacking2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.hacking b/README.hacking
index 451aec1..f2958b4 100644
--- a/README.hacking
+++ b/README.hacking
@@ -90,7 +90,7 @@ The XScreenSaver API
state machine.
You may not store global state in global variables, or in function-local
- static variables. All of your runtime state must be encapsulted in the
+ static variables. All of your runtime state must be encapsulated in the
"state" object created by your "init" function. If you use global or
static variables, your screen saver will not work properly on macOS.