chiark / gitweb /
doxygen
[disorder] / disobedience / choose.c
index d87c72c5964aae7a7ffabfd1fd290184777af179..438eed0e62e783d53ad98e9cb8ad5beb6b9ed79c 100644 (file)
@@ -961,7 +961,7 @@ static char **gather_selected(int *ntracks) {
   return v.vec;
 }
 
-/** @breif Called when the menu's play option is activated */
+/** @brief Called when the menu's play option is activated */
 static void activate_play(GtkMenuItem attribute((unused)) *menuitem,
                           gpointer attribute((unused)) user_data) {
   char **tracks = gather_selected(0);