gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 173/219: imap: Fix typo in comment


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 173/219: imap: Fix typo in comment
Date: Wed, 22 May 2019 19:18:32 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit bd91e7f340646c7ba695d44f94c80f6fe66e79df
Author: Daniel Gustafsson <address@hidden>
AuthorDate: Tue May 14 12:38:09 2019 +0200

    imap: Fix typo in comment
---
 lib/imap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/imap.c b/lib/imap.c
index f1a94429c..ad20d9a4f 100644
--- a/lib/imap.c
+++ b/lib/imap.c
@@ -1795,7 +1795,7 @@ static char *imap_atom(const char *str, bool escape_only)
     return NULL;
 
   /* Look for "atom-specials", counting the backslash and quote characters as
-     these will need escapping */
+     these will need escaping */
   p1 = str;
   while(*p1) {
     if(*p1 == '\\')

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]