summaryrefslogtreecommitdiff
path: root/documentation/your-first-extension.html
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-08 12:53:39 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-08 12:53:39 +0100
commit2e6efbd587e88be19b0c8f34d1597448125e23cf (patch)
tree026a8c94ddcd215de9be2be0541e54140770fd00 /documentation/your-first-extension.html
parent5b93d44d2a05b3648ec13ae1f076e224d63287d5 (diff)
fixed small typos in documentation, and added article about calling functions
Diffstat (limited to 'documentation/your-first-extension.html')
-rw-r--r--documentation/your-first-extension.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/your-first-extension.html b/documentation/your-first-extension.html
index bb262a3..9663409 100644
--- a/documentation/your-first-extension.html
+++ b/documentation/your-first-extension.html
@@ -134,7 +134,7 @@ MKDIR = mkdir -p
#
# All source files are simply all *.cpp files found in the current directory
#
-# A builtin Makefile macro is used to scan the current directory and find
+# A built-in Makefile macro is used to scan the current directory and find
# all source files. The object files are all compiled versions of the source
# file, with the .cpp extension being replaced by .o.
#