[retro-gtk] retro-main-loop: runing -> running



commit b284c6c2fff43637ff3896cda7c4369c643c43e6
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Jan 6 18:52:04 2020 +0500

    retro-main-loop: runing -> running
    
    Fix a typo.

 retro-gtk/retro-main-loop.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/retro-gtk/retro-main-loop.c b/retro-gtk/retro-main-loop.c
index 70614dc..decc836 100644
--- a/retro-gtk/retro-main-loop.c
+++ b/retro-gtk/retro-main-loop.c
@@ -278,7 +278,7 @@ retro_main_loop_set_speed_rate (RetroMainLoop *self,
  * retro_main_loop_start:
  * @self: a #RetroMainLoop
  *
- * Starts runing the core. If the core was stopped, it will restart from this moment.
+ * Starts running the core. If the core was stopped, it will restart from this moment.
  */
 void
 retro_main_loop_start (RetroMainLoop *self)
@@ -323,7 +323,7 @@ retro_main_loop_reset (RetroMainLoop *self)
  * retro_main_loop_stop:
  * @self: a #RetroMainLoop
  *
- * Stops runing the core.
+ * Stops running the core.
  */
 void
 retro_main_loop_stop (RetroMainLoop *self)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]