diff --git a/docs/sec4.html b/docs/sec4.html
index 90972d0..dc2ee8e 100644
--- a/docs/sec4.html
+++ b/docs/sec4.html
@@ -447,7 +447,7 @@ class="sourceCode numberSource C numberLines"> else
gtk_button_set_label (btn, "Hello.");
}
-
The function gtk_button_get_lable
returns a text from
+
The function gtk_button_get_label
returns a text from
the label. The string is owned by the button and you can’t modify or
free it. The const
qualifier is necessary for the string
s
. If you change the string, your compiler will give you a