Code

mpdclient.h: fix the spelling of "occurred"
[ncmpc.git] / src / mpdclient.h
index a93db74baf135392acba5ff418bc3f18d2dffc6d..383634fb78398c2e10726ca88d3acc7f03e4cb19 100644 (file)
@@ -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;
 };