Fix typo in package dependency description.

Signed-off-by: Alexander Schmidt <[email protected]>
---
 install.pl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- OFED-1.4.1-20090406-0600.orig/install.pl
+++ OFED-1.4.1-20090406-0600/install.pl
@@ -2651,8 +2651,8 @@ sub check_linux_dependencies
                         print RED "krb5 is required to build rnfs-utils.", 
RESET "\n";
                         $err++;
                     }
-                    if ($arch eq "ppc64" and not is_installed("tcp-devel")) {
-                        print RED "tcp-devel is required to build 
rnfs-utils.", RESET "\n";
+                    if ($arch eq "ppc64" and not is_installed("tcpd-devel")) {
+                        print RED "tcpd-devel is required to build 
rnfs-utils.", RESET "\n";
                         $err++;
                     }
                 }
_______________________________________________
ewg mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

Reply via email to