diff options
author | Erich Eckner <git@eckner.net> | 2018-01-12 15:58:50 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-01-12 15:58:50 +0100 |
commit | 54c51f3edabb2e04997a4d9870d150255e3db82f (patch) | |
tree | f35e7cf300fee11d9d82e5e348193a296deb2c2e /epostunit.pas | |
parent | 010ab33bf44b068985672c52db8876ac9e1ca5c6 (diff) | |
download | epost-54c51f3edabb2e04997a4d9870d150255e3db82f.tar.xz |
epostunit.pas: fix spelling
Diffstat (limited to 'epostunit.pas')
-rw-r--r-- | epostunit.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epostunit.pas b/epostunit.pas index ca5028a..d63285b 100644 --- a/epostunit.pas +++ b/epostunit.pas @@ -1451,9 +1451,9 @@ begin end; if not iPAP.running then - iPP.CloseOutput; + iPP.closeOutput; if not iPP.running then - iPAP.CloseInput; + iPAP.closeInput; setLength(buf,0); |