summaryrefslogtreecommitdiff
path: root/epostunit.pas
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-01-12 15:58:50 +0100
committerErich Eckner <git@eckner.net>2018-01-12 15:58:50 +0100
commit54c51f3edabb2e04997a4d9870d150255e3db82f (patch)
treef35e7cf300fee11d9d82e5e348193a296deb2c2e /epostunit.pas
parent010ab33bf44b068985672c52db8876ac9e1ca5c6 (diff)
downloadepost-54c51f3edabb2e04997a4d9870d150255e3db82f.tar.xz
epostunit.pas: fix spelling
Diffstat (limited to 'epostunit.pas')
-rw-r--r--epostunit.pas4
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);