tutorials: time-management: fix typo
authorJinwoo Ahn <creator.ahn@gmail.com>
Wed, 2 Aug 2017 09:39:06 +0000 (18:39 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 2 Aug 2017 09:55:51 +0000 (10:55 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=785720

markdown/tutorials/basic/time-management.md

index 8a0ecef..b6d7596 100644 (file)
@@ -255,7 +255,7 @@ your code more readable.
 If we got a message, we process it in the `handle_message`` `function
 (next subsection), otherwise:
 
-### User interface resfreshing
+### User interface refreshing
 
 ``` c
 /* We got no message, this means the timeout expired */