From e0a2d061c629718fdba6e70939777562e3c10bf6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann?= Date: Thu, 10 Mar 2005 21:39:01 +0000 Subject: [PATCH] s/Cummulative/Cumulative/. Pointed out by Ian McIntosh. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Thu Mar 10 16:37:52 2005 Søren Sandmann * sysprof.c (build_gui): s/Cummulative/Cumulative/. Pointed out by Ian McIntosh. --- ChangeLog | 5 +++++ sysprof.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index faa3c76..8447df7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Mar 10 16:37:52 2005 Søren Sandmann + + * sysprof.c (build_gui): s/Cummulative/Cumulative/. Pointed out by + Ian McIntosh. + Mon Mar 7 14:47:09 2005 Søren Sandmann * README: Add note that you need to compile the module with diff --git a/sysprof.c b/sysprof.c index d387cad..2883d60 100644 --- a/sysprof.c +++ b/sysprof.c @@ -891,7 +891,7 @@ build_gui (Application *app) app->descendants_view = (GtkTreeView *)glade_xml_get_widget (xml, "descendants_view"); col = add_plain_text_column (app->descendants_view, _("Name"), DESCENDANTS_NAME); add_double_format_column (app->descendants_view, _("Self"), DESCENDANTS_SELF, "%.2f"); - add_double_format_column (app->descendants_view, _("Cummulative"), DESCENDANTS_NON_RECURSE, "%.2f"); + add_double_format_column (app->descendants_view, _("Cumulative"), DESCENDANTS_NON_RECURSE, "%.2f"); g_signal_connect (app->descendants_view, "row-activated", G_CALLBACK (on_descendants_row_activated), app); -- 2.7.4