diff options
| author | 2016-04-13 04:34:32 +0100 | |
|---|---|---|
| committer | 2016-04-13 05:39:25 +0100 | |
| commit | 45035235fac19dab9da9f514434a80bec87bdb86 (patch) | |
| tree | 009d83c48f53f0f9513fb3b0618685c249d83a4f /src/modules/http/HttpFileTransfer.h | |
| parent | fix typos: KVirc -> KVIrc (diff) | |
| download | KVIrc-45035235fac19dab9da9f514434a80bec87bdb86.tar.gz KVIrc-45035235fac19dab9da9f514434a80bec87bdb86.tar.bz2 KVIrc-45035235fac19dab9da9f514434a80bec87bdb86.zip | |
typo fix in functions/variables/options: Estabilished -> Established
Diffstat (limited to 'src/modules/http/HttpFileTransfer.h')
| -rw-r--r-- | src/modules/http/HttpFileTransfer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/http/HttpFileTransfer.h b/src/modules/http/HttpFileTransfer.h index 1eded2834..2df25d587 100644 --- a/src/modules/http/HttpFileTransfer.h +++ b/src/modules/http/HttpFileTransfer.h @@ -91,7 +91,7 @@ protected slots: void resolvingHost(const QString &hostname); void contactingHost(const QString &ipandport); void receivedResponse(const QString &response); - void connectionEstabilished(); + void connectionEstablished(); void abort(); void autoClean(); }; |
