From b03ae94c3b283882aa04ad5ffeb7ecd30c3176f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonathan=20Neusch=C3=A4fer?= Date: Thu, 31 Mar 2011 21:38:57 +0200 Subject: [PATCH] mpdclient.h: fix the spelling of "occurred" --- src/mpdclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mpdclient.h b/src/mpdclient.h index a93db74..383634f 100644 --- a/src/mpdclient.h +++ b/src/mpdclient.h @@ -36,7 +36,7 @@ struct mpdclient { unsigned update_id; /** - * A bit mask of idle events occured since the last update. + * A bit mask of idle events occurred since the last update. */ enum mpd_idle events; }; -- 2.30.2