From 34464ad8ddf80c759d1ab10906dd423825f9d887 Mon Sep 17 00:00:00 2001
From: Mark Wiesemann <wiesemann@php.net>
Date: Thu, 12 Aug 2010 19:31:03 +0000
Subject: [PATCH] two typo fixes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302165 c90b9560-bf6c-de11-be94-00142212c4b1
---
 language/types/string.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/language/types/string.xml b/language/types/string.xml
index 43e9218b21..5f3c2d4939 100644
--- a/language/types/string.xml
+++ b/language/types/string.xml
@@ -322,7 +322,7 @@ EOD
    </example>
 
    <para>
-    As of PHP 5.3.0, its possible to initialize static variables and class 
+    As of PHP 5.3.0, it's possible to initialize static variables and class 
     properties/constants using the Heredoc syntax:
    </para>
 
@@ -356,7 +356,7 @@ FOOBAR;
    </example>
 
    <para>
-    PHP 5.3.0 also introduces the possibility for Heredoc's to 
+    PHP 5.3.0 also introduces the possibility for Heredocs to 
     use double quotes in declarings:
    </para>