From 4db081cacf5e5d9f45931396b1477ef03570f7c7 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sun, 15 Oct 2006 14:18:58 +0000 Subject: Add hard disk temperature monitor --- hardinfo2/arch/common/fib.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hardinfo2/arch/common') diff --git a/hardinfo2/arch/common/fib.h b/hardinfo2/arch/common/fib.h index 493cfd0f..9f2d4e77 100644 --- a/hardinfo2/arch/common/fib.h +++ b/hardinfo2/arch/common/fib.h @@ -33,7 +33,7 @@ benchmark_fib(void) gdouble elapsed = 0; shell_view_set_enabled(FALSE); - shell_status_update("Calculating the 42th Fibonacci number..."); + shell_status_update("Calculating the 42nd Fibonacci number..."); g_timer_start(timer); fib(42); /* the answer? :) */ @@ -47,4 +47,3 @@ benchmark_fib(void) "This Machine=%.2f\n", elapsed); return benchmark_include_results(retval, "Fibonacci"); } - -- cgit v1.2.3