aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/callbacks.c
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@daileon.acd.puc-campinas.edu.br>2008-10-28 11:46:58 -0200
committerLeandro Pereira <leandro@daileon.acd.puc-campinas.edu.br>2008-10-28 11:46:58 -0200
commit32d83fb15ba35b0fe621b3be2c44ec581bebe394 (patch)
tree7157c41bc6247d96dc409dcc3da539659fc9bdd3 /hardinfo2/callbacks.c
parent7e3d8ba8bdc98bc3018628a6f1d740c4f4c268ae (diff)
Fix typo and compilation error when libsoup support is not being compiled in
Diffstat (limited to 'hardinfo2/callbacks.c')
-rw-r--r--hardinfo2/callbacks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/callbacks.c b/hardinfo2/callbacks.c
index 775475d9..679ad3bd 100644
--- a/hardinfo2/callbacks.c
+++ b/hardinfo2/callbacks.c
@@ -200,7 +200,7 @@ void cb_about()
"",
"Based on work by:",
"MD5 implementation by Colin Plumb (see md5.c for details)",
- "SHA1 implementation by Steve Raid (see sha1.c for details)",
+ "SHA1 implementation by Steve Reid (see sha1.c for details)",
"Blowfish implementation by Paul Kocher (see blowfich.c for details)",
"Raytracing benchmark by John Walker (see fbench.c for details)",
"Some code partly based on x86cpucaps by Osamu Kayasono",