aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.info
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-01-25 20:50:42 +0200
committerArnold D. Robbins <arnold@skeeve.com>2021-01-25 20:50:42 +0200
commit1be45532cb6ba6ecf5aa45e7632816ee9162d7e4 (patch)
tree71e8c6f5e3d4ef616b6d1f93c21494a0b5776e18 /doc/gawk.info
parent5f21367f7f6c95bee3df4cfc1362382e27256427 (diff)
parent632ce2171a57e291e6ba7eed7726b955b3a1bb3b (diff)
downloadegawk-1be45532cb6ba6ecf5aa45e7632816ee9162d7e4.tar.gz
egawk-1be45532cb6ba6ecf5aa45e7632816ee9162d7e4.tar.bz2
egawk-1be45532cb6ba6ecf5aa45e7632816ee9162d7e4.zip
Merge branch 'master' into feature/docit
Diffstat (limited to 'doc/gawk.info')
-rw-r--r--doc/gawk.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.info b/doc/gawk.info
index 12b712c6..fd56f412 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -21897,7 +21897,7 @@ File: gawk.info, Node: Advanced Features Summary, Prev: Extension Philosophy,
* You can also just "pretty-print" the program.
- * New features should be developed using the extension mechansim if
+ * New features should be developed using the extension mechanism if
possible; they should be added to the core interpreter only as a
last resort.