From 9b89b59790a60af84df4bc3669441cc451c2d57f Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Mon, 24 Aug 2015 15:35:55 +0000 Subject: [PATCH] typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337602 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/namespaces.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/namespaces.xml b/language/namespaces.xml index 69cbcaa3ab..0454b4713c 100644 --- a/language/namespaces.xml +++ b/language/namespaces.xml @@ -16,7 +16,7 @@ but two copies of foo.txt cannot co-exist in the same directory. In addition, to access the foo.txt file outside of the /home/greg directory, we must prepend the directory name to the file - naem using the directory separator to get /home/greg/foo.txt. This + name using the directory separator to get /home/greg/foo.txt. This same principle extends to namespaces in the programming world.