]> granicus.if.org Git - php/commitdiff
- Fix typoes
authorDerick Rethans <derick@php.net>
Sat, 26 Oct 2002 20:09:15 +0000 (20:09 +0000)
committerDerick Rethans <derick@php.net>
Sat, 26 Oct 2002 20:09:15 +0000 (20:09 +0000)
ext/standard/tests/strings/bug20108.phpt

index 4fa4dbe0f10e367f15d103379d7a7776e927a455..129d260050fddd278f171c05246b895c6bd397a7 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Segfault on prinft statement Bug #20108
+Segfault on printf statement bug #20108
 --SKIPIF--
 --FILE--
 <?php $a = "boo"; printf("%580.58s\n", $a); ?>