From b2406f4871f0e6f7ece43bef13e6fd484d6f3631 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 26 Oct 2008 02:52:09 +0200 Subject: fix wording in documentation --- src/common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common.c') diff --git a/src/common.c b/src/common.c index 39766e6..e1445f4 100644 --- a/src/common.c +++ b/src/common.c @@ -623,9 +623,9 @@ finish: /** * ca_strerror: - * @code: Numerical error code as returned by a canberra API function + * @code: Numerical error code as returned by a libcanberra API function * - * Converts a numerical error code as returned by most canberra API functions into a human readable error string. + * Converts a numerical error code as returned by most libcanberra API functions into a human readable error string. * * Returns: a human readable error string. */ -- cgit