diff options
| author | Andre Polykanine A.K.A. Menelion ElensĂșlĂ« <andre@oire.org> | 2017-08-24 01:41:51 +0300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-24 01:41:51 +0300 | 
| commit | 2694c89c3322b730b5635960e893323aa6524114 (patch) | |
| tree | e910f541ae5e55042990459d029404c148ba1051 /awk.html.markdown | |
| parent | 1058ecc7d4d966788e5d963caf9f8c27dd2ac330 (diff) | |
| parent | 985d23a52b76593a120adff5381c2df3a80fe298 (diff) | |
Merge pull request #2807 from HairyFotr/typos
[all/en] Fix a bunch of typos
Diffstat (limited to 'awk.html.markdown')
| -rw-r--r-- | awk.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/awk.html.markdown b/awk.html.markdown index 90f88b1a..8a9b4fd7 100644 --- a/awk.html.markdown +++ b/awk.html.markdown @@ -264,7 +264,7 @@ function io_functions(    localvar) {      # automatically for you.      # You can probably guess there are other $ variables. Every line is -    # implicitely split before every action is called, much like the shell +    # implicitly split before every action is called, much like the shell      # does. And, like the shell, each field can be access with a dollar sign      # This will print the second and fourth fields in the line | 
