From 44c0b43f25f366e5ca1cd3fd83c62f33bac4bcdf Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sun, 31 Aug 2008 01:04:21 +0000 Subject: [PATCH] - Typo-- ("insted of") git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265704 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures.xml | 4 ++-- reference/strings/functions/setlocale.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/language/control-structures.xml b/language/control-structures.xml index 9be17d3bfb..fe28074132 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -1128,7 +1128,7 @@ endswitch; - Its possible to use a semicolon insted of a colon after a case like: + Its possible to use a semicolon instead of a colon after a case like: - + setlocale @@ -150,7 +150,7 @@ 5.3.0 This function now throws an E_DEPRECATED notice if a string is passed - to the category parameter insted of one of the + to the category parameter instead of one of the LC_* constants.