From 9a9c3b9e54cfa408366b00473152fc956c32a106 Mon Sep 17 00:00:00 2001 From: isaacST08 <106057977+isaacST08@users.noreply.github.com> Date: Fri, 7 Mar 2025 12:31:14 -0700 Subject: [PATCH] Fixed typo in tectonic.nix --- modules/plugins/languages/tex/build/builders/tectonic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plugins/languages/tex/build/builders/tectonic.nix b/modules/plugins/languages/tex/build/builders/tectonic.nix index 13bab492..6c680cff 100644 --- a/modules/plugins/languages/tex/build/builders/tectonic.nix +++ b/modules/plugins/languages/tex/build/builders/tectonic.nix @@ -60,7 +60,7 @@ in ( ''; synctex = mkBool true "Whether to generate SyncTeX data"; untrustedInput = mkBool false '' - Whether to diable all known-insecure features if the input is untrusted + Whether to disable all known-insecure features if the input is untrusted ''; # -- Options --