]> jturnerusa.dev Git - wayland-sandbox/commitdiff
fix typo in README master
authorJohn Turner <jturner.usa@gmail.com>
Thu, 10 Jul 2025 21:40:44 +0000 (17:40 -0400)
committerJohn Turner <jturner.usa@gmail.com>
Thu, 10 Jul 2025 21:40:44 +0000 (17:40 -0400)
README.md

index 90ce8d30a87c0e37cca9fbec0d684d88315b6e4f..2370c9c0c770d7cad9cadba39db409c5b044e012 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,5 +5,5 @@ A trivial program to create a wayland security context.
 It works by creating a unix socket, setting it to listen, and registering the socket with the
 wayland security context API. 
 
-This program is does not create a sandbox on its own, and should be used in combination
+This program does not create a sandbox on its own, and should be used in combination
 with bwrap or similar utils.