From e12d926d2a1c168d84b4dfd0f0b038510c592f34 Mon Sep 17 00:00:00 2001 From: Tej Chajed Date: Fri, 26 Aug 2022 10:36:41 -0700 Subject: [PATCH] Fix spelling mistakes in documentation --- docs/keyd.scdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/keyd.scdoc b/docs/keyd.scdoc index 764a7ee..7286c37 100644 --- a/docs/keyd.scdoc +++ b/docs/keyd.scdoc @@ -187,7 +187,7 @@ By default, each key is bound to itself within the main layer. The exception to are the modifier keys, which are instead bound to eponymously named layers with the corresponding modifiers. -For example, _meta_ is acutally bound to _layer(meta)_, where _meta_ is +For example, _meta_ is actually bound to _layer(meta)_, where _meta_ is internally defined as _meta:M_. A consequence of this is that overriding modifier keys is a simple matter of @@ -584,7 +584,7 @@ is a good example of this. It is a small python script which performs event detection for the various display servers (e.g X/sway/gnome, etc) and feeds the desired mappings to the core using _-e_. -*NOTE:* Users with access to the keyd socket should be considered privilleged +*NOTE:* Users with access to the keyd socket should be considered privileged (i.e assumed to have access to the entire system.). ## Expressions