From b0e91b7b5b40a057b9fce50c57290b4aecd9aeb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Thu, 2 Oct 2014 00:34:42 +0200 Subject: [PATCH] Fixed typo. --- src/twc-friend-request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twc-friend-request.c b/src/twc-friend-request.c index 11521ee..e25d884 100644 --- a/src/twc-friend-request.c +++ b/src/twc-friend-request.c @@ -30,7 +30,7 @@ #include "twc-friend-request.h" /** - * Add a new friend request to an profile. + * Add a new friend request to a profile. * * Returns 0 on success, -1 on a full friend request list, -2 on other error. */