From: Richard Kettlewell Date: Mon, 15 Oct 2007 21:09:28 +0000 (+0100) Subject: typo X-Git-Tag: debian-1_5_99dev8~117 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/6c81eef9ce2587d03f6e180963adff14b96b0337?hp=f9592fe703f46515b2732d21f8e399e2db8e6e6f typo --- diff --git a/server/trackdb.c b/server/trackdb.c index 6a7759d..2d369fe 100644 --- a/server/trackdb.c +++ b/server/trackdb.c @@ -683,7 +683,7 @@ done: /* trackdb_notice() **********************************************************/ -/** @brief notice a possiby new track +/** @brief notice a possibly new track * @return @c DB_NOTFOUND if new, 0 if already known */ int trackdb_notice(const char *track, @@ -703,7 +703,7 @@ int trackdb_notice(const char *track, return err; } -/** @brief notice a possiby new track +/** @brief notice a possibly new track * @return @c DB_NOTFOUND if new, 0 if already known, @c DB_LOCK_DEADLOCK also */ int trackdb_notice_tid(const char *track,