summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/modern_awaymsg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Clist_modern/src/modern_awaymsg.cpp')
-rw-r--r--plugins/Clist_modern/src/modern_awaymsg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_modern/src/modern_awaymsg.cpp b/plugins/Clist_modern/src/modern_awaymsg.cpp
index 449edd481a..ca9d6c7c54 100644
--- a/plugins/Clist_modern/src/modern_awaymsg.cpp
+++ b/plugins/Clist_modern/src/modern_awaymsg.cpp
@@ -43,7 +43,7 @@ static HANDLE hamProcessEvent = nullptr;
static uint32_t amRequestTick = 0;
/*
-* Add contact handle to requests queue
+* Add a contact handle to request queue
*/
static int amAddHandleToChain(MCONTACT hContact)
{
@@ -58,7 +58,7 @@ static int amAddHandleToChain(MCONTACT hContact)
}
/*
-* Gets handle from queue for request
+* Gets a handle from queue for request
*/
static MCONTACT amGetCurrentChain()
{