From: Jonathan Neuschäfer Date: Thu, 31 Mar 2011 19:38:57 +0000 (+0200) Subject: mpdclient.h: fix the spelling of "occurred" X-Git-Tag: release-0.19~20 X-Git-Url: https://git.tokkee.org/?p=ncmpc.git;a=commitdiff_plain;h=b03ae94c3b283882aa04ad5ffeb7ecd30c3176f0 mpdclient.h: fix the spelling of "occurred" --- 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; };