From 4b1bc5487648aa0ee9f3259d22dbb7fcb5b35222 Mon Sep 17 00:00:00 2001 From: Gabriel Sroka Date: Wed, 30 Oct 2019 19:22:40 -0700 Subject: [PATCH] minor typos --- LDP/howto/linuxdoc/Bash-Prog-Intro-HOWTO.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LDP/howto/linuxdoc/Bash-Prog-Intro-HOWTO.sgml b/LDP/howto/linuxdoc/Bash-Prog-Intro-HOWTO.sgml index 89ff7502..9a508726 100644 --- a/LDP/howto/linuxdoc/Bash-Prog-Intro-HOWTO.sgml +++ b/LDP/howto/linuxdoc/Bash-Prog-Intro-HOWTO.sgml @@ -559,9 +559,9 @@ Functions echo foo -

This script is almost identically to the previous one. The main difference is the - funcion 'e'. This function, prints the first argument it receives. - Arguments, within funtions, are treated in the same manner as arguments given to the script. +

This script is almost identical to the previous one. The main difference is the + function 'e'. This function, prints the first argument it receives. + Arguments, within functions, are treated in the same manner as arguments given to the script.