From 6ff971e4c24a1e5a53d3e4d223163eab356742e5 Mon Sep 17 00:00:00 2001 From: Andy Hall Date: Sat, 8 Apr 2023 21:30:03 -0400 Subject: [PATCH] Fix typo in `set` docs --- doc_src/cmds/set.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/cmds/set.rst b/doc_src/cmds/set.rst index 70a62379c..07dc21758 100644 --- a/doc_src/cmds/set.rst +++ b/doc_src/cmds/set.rst @@ -66,7 +66,7 @@ These options modify how variables operate: Treat specified variable as a :ref:`path variable `; variable will be split on colons (``:``) and will be displayed joined by colons colons when quoted (``echo "$PATH"``) or exported. **--unpath** - Causes variable to no longer be tred as a :ref:`path variable `. + Causes variable to no longer be treated as a :ref:`path variable `. Note: variables ending in "PATH" are automatically path variables. Further options: