From 7114b9c214e14ea40c12c47f0799e92feaa9d817 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Tue, 28 Apr 2020 10:37:52 -0600 Subject: docs: fix typos from sider Signed-off-by: Mats Wichmann --- doc/user/hierarchy.xml | 2 +- src/engine/SCons/Script/SConscript.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/user/hierarchy.xml b/doc/user/hierarchy.xml index 92639cf..ec1864c 100644 --- a/doc/user/hierarchy.xml +++ b/doc/user/hierarchy.xml @@ -621,7 +621,7 @@ Export(MODE="DEBUG", TARGET="arm") Calls to &Export; are cumulative. When you call &Export; you are actually updating a Python dictionary, so it is fine to export a variable you have already exported, - but when doing so, the previoue value is lost. + but when doing so, the previous value is lost. diff --git a/src/engine/SCons/Script/SConscript.xml b/src/engine/SCons/Script/SConscript.xml index 8a6a928..8b88dca 100644 --- a/src/engine/SCons/Script/SConscript.xml +++ b/src/engine/SCons/Script/SConscript.xml @@ -182,7 +182,7 @@ Keyword arguments can be used to provide names and their values. &f-Export; calls are cumulative. Specifying a previously -exported variable will overwirte the earlier value. +exported variable will overwrite the earlier value. Both local variables and global variables can be exported. @@ -276,7 +276,7 @@ message. Imports variables into the current SConscript file. vars -must be strings representating names of variables +must be strings representing names of variables which have been previously exported either by the &f-link-Export; function or by the &exports; argument to -- cgit v0.12