summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/templates/common.txt2
-rw-r--r--docs/templates/make.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/common.txt b/docs/templates/common.txt
index db21e0a5..a8c2fb26 100644
--- a/docs/templates/common.txt
+++ b/docs/templates/common.txt
@@ -11,7 +11,7 @@ forcount = The count of the number of times iteration has occurred within the cu
intermediate_dir = A configuration specific location where object files are placed.
language = The MPC language setting at the time of project generation.
lib_ext = The static or impl library extension. The value for this depends on the project type.
-lib_modifier = Used to modifier a library name. The value of this is appendend to the library name before the extension is added.
+lib_modifier = Used to modifier a library name. The value of this is appended to the library name before the extension is added.
lib_prefix = The dynamic and static library prefix. The value for this depends on the project type.
libname_prefix = This is a prefix that will be prepended to the actual library name (ex. libXY.so where X is libname_prefix and Y is sharedname).
linkflags = Flags that are passed during the creation of dynamic libraries and executables.
diff --git a/docs/templates/make.txt b/docs/templates/make.txt
index 48a26efe..629289ed 100644
--- a/docs/templates/make.txt
+++ b/docs/templates/make.txt
@@ -83,6 +83,6 @@ testdirend = Used in creating intermediate directories.
testdirstart = Used in creating intermediate directories.
touch = The utility used to create the initial dependency file.
type = A utility to display a file on the terminal.
-versupport = A platform specific setting that inidicates if shared library versioning is supported.
+versupport = A platform specific setting that indicates if shared library versioning is supported.
visibility = A boolean setting to determine if visibility options are passed to the compiler.
visopt = The compiler specific options to enable symbol visibility.