diff options
Diffstat (limited to 'gnu/home/services/sway.scm')
-rw-r--r-- | gnu/home/services/sway.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/home/services/sway.scm b/gnu/home/services/sway.scm index 0e1a2d57b2..eebc65766e 100644 --- a/gnu/home/services/sway.scm +++ b/gnu/home/services/sway.scm @@ -487,7 +487,7 @@ ;; the above list. Each function either returns a list, or elements that will ;; be put in one. The elements of these lists will either be: ;; - strings, -;; In this case, the string is seen as a line to add to the configuraiton +;; In this case, the string is seen as a line to add to the configuration ;; file. ;; - a pair (cons 'begin-block string), ;; In this case, a line "string {" is added to the configuration file, and |