diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/QXmppTransferManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QXmppTransferManager.h b/src/QXmppTransferManager.h index 255598a1..8a8685b6 100644 --- a/src/QXmppTransferManager.h +++ b/src/QXmppTransferManager.h @@ -90,7 +90,7 @@ public: /// This enum is used to describe the type of error encountered by a transfer job. enum Error { - NoError = 0, ///< No error occured. + NoError = 0, ///< No error occurred. AbortError, ///< The file transfer was aborted. FileAccessError, ///< An error was encountered trying to access a local file. FileCorruptError, ///< The file is corrupt: the file size or hash do not match. |
