summaryrefslogtreecommitdiffstats
path: root/README.hacking
diff options
context:
space:
mode:
authorSimon Rettberg2020-12-02 08:23:52 +0100
committerSimon Rettberg2020-12-02 08:23:52 +0100
commit2954208d00d422b34fa3a69631b0a091f17a349d (patch)
treeb4322e320155656af133b8f47025d00b17a68f64 /README.hacking
parentUpdate to 5.43 (diff)
downloadxscreensaver-2954208d00d422b34fa3a69631b0a091f17a349d.tar.gz
xscreensaver-2954208d00d422b34fa3a69631b0a091f17a349d.tar.xz
xscreensaver-2954208d00d422b34fa3a69631b0a091f17a349d.zip
5.44
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.