diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-04-04 17:47:24 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-04-04 17:47:24 -0300 |
commit | 91850ee576cb0afd8e3121bd2b9ec56ff5bbcbac (patch) | |
tree | 876f4886b6950a1cf4d75024b79cf8dc11e822b7 /hardinfo2/vendor.c | |
parent | ddae7245e9fc75560bdae670a6f8e10b159a3ac4 (diff) |
Fix libsoup detection; fix typo
Diffstat (limited to 'hardinfo2/vendor.c')
-rw-r--r-- | hardinfo2/vendor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/vendor.c b/hardinfo2/vendor.c index d36feb48..1515c379 100644 --- a/hardinfo2/vendor.c +++ b/hardinfo2/vendor.c @@ -30,7 +30,7 @@ static const Vendor vendors[] = { {"ATI", "ATI Technologies", "www.ati.com"}, {"nVidia", "NVIDIA", "www.nvidia.com"}, {"3Com", "3Com", "www.3com.com"}, - {"Intel", "Inte", "www.intel.com"}, + {"Intel", "Intel", "www.intel.com"}, {"Cirrus Logic", "Cirrus Logic", "www.cirrus.com"}, {"VIA Technologies", "VIA Technologies", "www.via.com.tw"}, {"VIA", "VIA Technologies", "www.via.com.tw"}, |