about summary refs log tree commit diff
path: root/nixos/modules/programs/turbovnc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/turbovnc.nix')
-rw-r--r--nixos/modules/programs/turbovnc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/turbovnc.nix b/nixos/modules/programs/turbovnc.nix
index a0e4a36cfd995..511b6badc0417 100644
--- a/nixos/modules/programs/turbovnc.nix
+++ b/nixos/modules/programs/turbovnc.nix
@@ -39,7 +39,7 @@ in
   config = mkIf cfg.ensureHeadlessSoftwareOpenGL {
 
     # TurboVNC has builtin support for Mesa llvmpipe's `swrast`
-    # software rendering to implemnt GLX (OpenGL on Xorg).
+    # software rendering to implement GLX (OpenGL on Xorg).
     # However, just building TurboVNC with support for that is not enough
     # (it only takes care of the X server side part of OpenGL);
     # the indiviudual applications (e.g. `glxgears`) also need to directly load