From 0fa82e3aca0b80504e50016d1661bdcb4b429360 Mon Sep 17 00:00:00 2001 From: Ted Percival Date: Fri, 28 Sep 2007 16:34:49 +0000 Subject: Copyediting / spelling / grammar git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1547 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-common/error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-common/error.h') diff --git a/avahi-common/error.h b/avahi-common/error.h index 3e014c2..3e4d25f 100644 --- a/avahi-common/error.h +++ b/avahi-common/error.h @@ -88,7 +88,7 @@ enum { AVAHI_ERR_NOT_PERMITTED = -50, /**< Operation not permitted */ AVAHI_ERR_INVALID_ARGUMENT = -51, /**< Invalid argument */ AVAHI_ERR_IS_EMPTY = -52, /**< Is empty */ - AVAHI_ERR_NO_CHANGE = -53, /**< The requested operation is invalid because redundant */ + AVAHI_ERR_NO_CHANGE = -53, /**< The requested operation is invalid because it is redundant */ /**** **** IF YOU ADD A NEW ERROR CODE HERE, PLEASE DON'T FORGET TO ADD -- cgit