diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-09-24 21:15:26 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-09-24 21:15:26 +0300 |
commit | 7d66303476829624ab534dc071ab0f0eef5f84fe (patch) | |
tree | 1151495926f5909d29bda0c273c84a975bf06cbf /doc/gawkinet.texi | |
parent | 491c15db34fcf025756e87880cf86819230d959e (diff) | |
download | egawk-7d66303476829624ab534dc071ab0f0eef5f84fe.tar.gz egawk-7d66303476829624ab534dc071ab0f0eef5f84fe.tar.bz2 egawk-7d66303476829624ab534dc071ab0f0eef5f84fe.zip |
Fix typo in gawkinet.texi.
Diffstat (limited to 'doc/gawkinet.texi')
-rw-r--r-- | doc/gawkinet.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawkinet.texi b/doc/gawkinet.texi index 91c222be..2bb22d93 100644 --- a/doc/gawkinet.texi +++ b/doc/gawkinet.texi @@ -3507,7 +3507,7 @@ takes part in migration has to be an element of this array. Now it's clear what happens to the @code{Label} parameter of the function @code{migrate()}. It is copied into @code{MOBVAR["Label"]} and -travels alongside the other data. Since travelling takes place via HTTP, +travels alongside the other data. Since traveling takes place via HTTP, records must be separated with @code{"\r\n"} in @code{RS} and @code{ORS} as usual. The code assembly for migration takes place in three steps: |