svn: /phpdoc/de/trunk/ appendices/ini.core.xml language/operators.xml reference/exif/functions/exif-read-data.xml reference/exif/functions/exif-thumbnail.xml reference/strings/functions/htmlspecialchars.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Tue, 29 Dec 2020 15:42:46 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=352273
Log:
Fix typos
Patches contributed by anonymous users.
Changed paths:
U phpdoc/de/trunk/appendices/ini.core.xml
U phpdoc/de/trunk/language/operators.xml
U phpdoc/de/trunk/reference/exif/functions/exif-read-data.xml
U phpdoc/de/trunk/reference/exif/functions/exif-thumbnail.xml
U phpdoc/de/trunk/reference/strings/functions/htmlspecialchars.xml
Modified: phpdoc/de/trunk/appendices/ini.core.xml
===================================================================
--- phpdoc/de/trunk/appendices/ini.core.xml 2020-12-29 15:19:30 UTC (rev 352272)
+++ phpdoc/de/trunk/appendices/ini.core.xml 2020-12-29 15:42:46 UTC (rev 352273)
@@ -756,7 +756,7 @@
<entry>Verfügbar seit PHP 5.3.0</entry>
</row>
<row>
- <entry><link linkend="ini.auto-globals-jit">auto_globals_jit</link>t</entry>
+ <entry><link linkend="ini.auto-globals-jit">auto_globals_jit</link></entry>
<entry>"1"</entry>
<entry>PHP_INI_PERDIR</entry>
<entry>Verfügbar seit PHP 5.0.0.</entry>
Modified: phpdoc/de/trunk/language/operators.xml
===================================================================
--- phpdoc/de/trunk/language/operators.xml 2020-12-29 15:19:30 UTC (rev 352272)
+++ phpdoc/de/trunk/language/operators.xml 2020-12-29 15:42:46 UTC (rev 352273)
@@ -660,7 +660,7 @@
</sect2>
<sect2 xml:id="language.operators.assignment.bitwise">
- <title>Bit-Zuweisungspperatoren</title>
+ <title>Bit-Zuweisungsoperatoren</title>
<informaltable>
<tgroup cols="3">
<thead>
Modified: phpdoc/de/trunk/reference/exif/functions/exif-read-data.xml
===================================================================
--- phpdoc/de/trunk/reference/exif/functions/exif-read-data.xml 2020-12-29 15:19:30 UTC (rev 352272)
+++ phpdoc/de/trunk/reference/exif/functions/exif-read-data.xml 2020-12-29 15:42:46 UTC (rev 352273)
@@ -41,7 +41,7 @@
konsistent ist, liefert der COMPUTED-Bereich die beiden Einträge
<literal>Copyright.Photographer</literal> und <literal>Copyright.Editor</literal>,
während der <literal>IFD</literal>-Bereich aus einem Byte-Array besteht, in dem die beiden Werte
- duch ein NULL-Zeichen getrennt sind. Wenn der Datentyp falsch ist, ist nur der
+ durch ein NULL-Zeichen getrennt sind. Wenn der Datentyp falsch ist, ist nur der
erste Eintrag vorhanden (normales Verhalten von Exif). <literal>COMPUTED</literal> beinhaltet
auch einen <literal>Copyright</literal>-Eintrag. Dieser entspricht entweder
dem originalen Copyright-String oder er besteht aus einer kommaseparierten
Modified: phpdoc/de/trunk/reference/exif/functions/exif-thumbnail.xml
===================================================================
--- phpdoc/de/trunk/reference/exif/functions/exif-thumbnail.xml 2020-12-29 15:19:30 UTC (rev 352272)
+++ phpdoc/de/trunk/reference/exif/functions/exif-thumbnail.xml 2020-12-29 15:42:46 UTC (rev 352273)
@@ -5,7 +5,7 @@
<refentry xml:id="function.exif-thumbnail" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>exif_thumbnail</refname>
- <refpurpose>Liest das eingebettete Miniaturbildes eines Bildes</refpurpose>
+ <refpurpose>Liest das eingebettete Miniaturbild eines Bilds</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
Modified: phpdoc/de/trunk/reference/strings/functions/htmlspecialchars.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/htmlspecialchars.xml 2020-12-29 15:19:30 UTC (rev 352272)
+++ phpdoc/de/trunk/reference/strings/functions/htmlspecialchars.xml 2020-12-29 15:42:46 UTC (rev 352273)
@@ -76,7 +76,7 @@
<entry><literal>&lt;</literal></entry>
</row>
<row>
- <entry><literal>></literal> (gößer als)</entry>
+ <entry><literal>></literal> (größer als)</entry>
<entry><literal>&gt;</literal></entry>
</row>
</tbody>