summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2020-04-26 23:52:31 +0200
committerJonas Bernoulli <jonas@bernoul.li>2020-04-26 23:52:31 +0200
commit19f7f244a1afce95aa54618801848bfb2f218198 (patch)
treeec364228beee37c7efbba6a7f53653726406fd29 /HACKING
parent00107cb9b33db032e64dd775144639cbdbccf2c3 (diff)
downloadgeiser-19f7f244a1afce95aa54618801848bfb2f218198.tar.gz
geiser-19f7f244a1afce95aa54618801848bfb2f218198.tar.bz2
Fix typos
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index e357fd3..5be4cb2 100644
--- a/HACKING
+++ b/HACKING
@@ -1,7 +1,7 @@
## How to support a new Scheme implementation
Geiser works by running an instance of a REPL, or remotely connecting
-to one, and evaluating the scheme code it sees there. Then, everytime
+to one, and evaluating the scheme code it sees there. Then, every time
it needs to perform some operation (like, say, printing autodoc,
jumping to a source location or expanding a macro), it asks the
running scheme instance for that information.