From 1486874f68ea5eac4bee1c192523098f940b31f7 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 9 Feb 2004 12:20:44 +0000 Subject: fix typo --- perl-install/common.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/common.pm') diff --git a/perl-install/common.pm b/perl-install/common.pm index c692bd175..e01d835db 100644 --- a/perl-install/common.pm +++ b/perl-install/common.pm @@ -279,7 +279,7 @@ sub check_for_xserver() { $::xtest = 0; eval { require xf86misc::main; - $::xtest = xf86misc::main::xtest($ENV{DISPLAY}); + $::xtest = xf86misc::main::Xtest($ENV{DISPLAY}); } if $ENV{DISPLAY}; } return $::xtest; -- cgit v1.2.1