summaryrefslogtreecommitdiffstats
path: root/README.hacking
diff options
context:
space:
mode:
authorSimon Rettberg2020-12-02 08:35:55 +0100
committerSimon Rettberg2020-12-02 08:35:55 +0100
commite5319b91d163384ee22db077b2d37688d65646c9 (patch)
tree04acbf822516634814098b38a9878ffc1a55529d /README.hacking
parentdriver/timers.c: fix flush_events() (diff)
parent5.44 (diff)
downloadxscreensaver-e5319b91d163384ee22db077b2d37688d65646c9.tar.gz
xscreensaver-e5319b91d163384ee22db077b2d37688d65646c9.tar.xz
xscreensaver-e5319b91d163384ee22db077b2d37688d65646c9.zip
Merge branch 'master' into openslx
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.