]> git.mxchange.org Git - friendica.git/commitdiff
Fix typo in doc
authorHypolite Petovan <mrpetovan@gmail.com>
Wed, 11 Jan 2017 07:42:49 +0000 (18:42 +1100)
committerHypolite Petovan <mrpetovan@gmail.com>
Wed, 11 Jan 2017 07:42:49 +0000 (18:42 +1100)
doc/autoloader.md

index e5177e2899fb81417c8d7c317dffebdea45c3ea0..69c62451cd9453f04dc9dbc0ec04aaa2924d2550 100644 (file)
@@ -160,7 +160,7 @@ But if you want to use classes from another library, you need to use the full na
 \r
 ```\r
     <?php\r
-    namespace \Frienidca;\r
+    namespace \Friendica;\r
 \r
     class Diaspora {\r
       public function md2bbcode() {\r
@@ -173,7 +173,7 @@ if you use that class in many places of the code and you don't want to write the
 \r
 ```\r
     <?php\r
-    namespace \Frienidca;\r
+    namespace \Friendica;\r
 \r
     use \Michelf\MarkdownExtra;\r
 \r