about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--exwm-cm.el2
-rw-r--r--exwm.el4
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 409087c81b..1b65486c69 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ It features:
 + Dynamic workspace support
 + ICCCM/EWMH compliance
 + (Optional) RandR (multi-monitor) support
-+ (Optional) Built-in composting manager
++ (Optional) Built-in compositing manager
 + (Optional) Built-in system tray
 
 Please check out the
diff --git a/exwm-cm.el b/exwm-cm.el
index 8e019bbc75..f7a37598e5 100644
--- a/exwm-cm.el
+++ b/exwm-cm.el
@@ -1754,7 +1754,7 @@ Create implicit workspace frame container")))
   (add-hook 'exwm-exit-hook #'exwm-cm--exit t))
 
 (defun exwm-cm-start ()
-  "Start EXWM composting manager."
+  "Start EXWM compositing manager."
   (interactive)
   (unless exwm-cm--conn
     (exwm-cm--init)))
diff --git a/exwm.el b/exwm.el
index 293072c9f9..6811a5425b 100644
--- a/exwm.el
+++ b/exwm.el
@@ -36,8 +36,8 @@
 ;; + Dynamic workspace support
 ;; + ICCCM/EWMH compliance
 ;; + (Optional) RandR (multi-monitor) support
-;; + (Optional) Built-in composting manager
-;; + (Optional) Builtin system tray
+;; + (Optional) Built-in compositing manager
+;; + (Optional) Built-in system tray
 
 ;; Installation & configuration
 ;; ----------------------------