aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-08-21 06:35:12 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-08-21 06:35:12 +0000
commit157a72967e6ea9fc61a6cdbc79f36ffc48004871 (patch)
treec822d6d9d0826bde57df7e09f4320e4db10d7c91 /src
parent74e84fd0a5217bf55d0c3fca11b05b1d2cfd2537 (diff)
downloadqxmpp-157a72967e6ea9fc61a6cdbc79f36ffc48004871.tar.gz
typo
Diffstat (limited to 'src')
-rw-r--r--src/QXmppTransferManager.h2
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.