summaryrefslogtreecommitdiff
path: root/ext/posix
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2013-07-24 00:55:43 +0100
committerStanislav Malyshev <stas@php.net>2013-08-04 16:05:36 -0700
commit8d86597d7368460383a33a4399ea7a8b244cd6fa (patch)
tree39778cd6a7c61ad3a00f5ce0f11a59de60836ba2 /ext/posix
parent5f137d080acfc43ec66cc2a904076972edb5de67 (diff)
downloadphp-git-8d86597d7368460383a33a4399ea7a8b244cd6fa.tar.gz
non living code related typo fixes
Diffstat (limited to 'ext/posix')
-rw-r--r--ext/posix/tests/posix_ctermid.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/posix/tests/posix_ctermid.phpt b/ext/posix/tests/posix_ctermid.phpt
index f77da00aab..551ed7304e 100644
--- a/ext/posix/tests/posix_ctermid.phpt
+++ b/ext/posix/tests/posix_ctermid.phpt
@@ -13,7 +13,7 @@ PHP Testfest Berlin 2009-05-10
}
// needed because of #ifdef HAVE_CTERMID in posix.c
if (!function_exists('posix_ctermid')) {
- die('SKIP - Fuction posix_ctermid() not available');
+ die('SKIP - Function posix_ctermid() not available');
}
?>
--FILE--