svn: /phpdoc/de/trunk/reference/filesystem/functions/ fwrite.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Fri, 21 Jun 2019 11:44:15 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=347625
Log:
Fix typo
Patch provided by anonymous user.
Changed paths:
U phpdoc/de/trunk/reference/filesystem/functions/fwrite.xml
Modified: phpdoc/de/trunk/reference/filesystem/functions/fwrite.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/fwrite.xml 2019-06-21 06:32:11 UTC (rev 347624)
+++ phpdoc/de/trunk/reference/filesystem/functions/fwrite.xml 2019-06-21 11:44:15 UTC (rev 347625)
@@ -126,7 +126,7 @@
fwrite($fp, '23');
fclose($fp);
-// der Inhalt von 'data.txt' ist nun 123 and nicht 23!
+// der Inhalt von 'data.txt' ist nun 123 und nicht 23!
?>
]]>
</programlisting>