]> granicus.if.org Git - php/commitdiff
- fix typo
authorJan Lehnardt <jan@php.net>
Mon, 16 Feb 2004 14:41:38 +0000 (14:41 +0000)
committerJan Lehnardt <jan@php.net>
Mon, 16 Feb 2004 14:41:38 +0000 (14:41 +0000)
ext/mysql/tests/skipif.inc

index 3ad082deb33061c5ad09b1d25ff1fe0029f64a40..934420b09a77a4fed00c6dfe78d038e7c00a355d 100755 (executable)
@@ -2,7 +2,7 @@
 
 include 'connect.inc';
 $link = @mysql_connect($host, $user, $passwd);
-if (!$link) die('skip canot connect');
+if (!$link) die('skip cannot connect');
 mysql_close($link);
 
 ?>
\ No newline at end of file