summaryrefslogtreecommitdiff
path: root/examples/progressbar/progressbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/progressbar/progressbar.c')
-rw-r--r--examples/progressbar/progressbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/progressbar/progressbar.c b/examples/progressbar/progressbar.c
index 073e74fa7b..1a824e2869 100644
--- a/examples/progressbar/progressbar.c
+++ b/examples/progressbar/progressbar.c
@@ -115,7 +115,7 @@ int main( int argc,
gtk_box_pack_start (GTK_BOX (vbox), align, FALSE, FALSE, 5);
gtk_widget_show(align);
- /* Create a GtkAdjusment object to hold the range of the
+ /* Create a Adjusment object to hold the range of the
* progress bar */
adj = (GtkAdjustment *) gtk_adjustment_new (0, 1, 150, 0, 0, 0);