diff options
author | Mats Wichmann <mats@linux.com> | 2020-04-23 01:00:54 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2020-04-23 01:01:18 (GMT) |
commit | eb33c9cb44f91356a40b108606ee2a03ec93cadc (patch) | |
tree | 130281e032dc64c6c0f62b355645950d1350f7af /doc | |
parent | ac5f38d85dba2eb4f4c9569d4c2dc718a98d3888 (diff) | |
download | SCons-eb33c9cb44f91356a40b108606ee2a03ec93cadc.zip SCons-eb33c9cb44f91356a40b108606ee2a03ec93cadc.tar.gz SCons-eb33c9cb44f91356a40b108606ee2a03ec93cadc.tar.bz2 |
Fix typo "seperator" caught by sider [ci skip]
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml index 49e09ce..c201f05 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -2355,7 +2355,7 @@ the &consenv; it is passed to customize the tool for different platforms.</para> <para>Tools can be "nested" - that is, they can be located within a subdirectory in the toolpath. -A nested tool name uses a dot to represent a directory seperator</para> +A nested tool name uses a dot to represent a directory separator</para> <programlisting language="python"> # namespaced builder |