com doc/de: Fix spelling error; remove unneeded abbreviation patch provided by Fonata: reference/var/functions/empty.xml

[email protected] (Martin Samesch)
Newsgroups php.doc.de
Message-ID <[email protected]>
Commit:    a8b077cb8e99ebc792da34a386624ae370e05547
Author:    Martin Samesch <[email protected]>         Fri, 12 Feb 2021 18:14:58 +0100
Parents:   39b14fc4b59904614d4d4153ea348789e5cd5ae0
Branches:  master

Link:       http://git.php.net/?p=doc/de.git;a=commitdiff;h=a8b077cb8e99ebc792da34a386624ae370e05547

Log:
Fix spelling error; remove unneeded abbreviation
patch provided by Fonata

Changed paths:
  M  reference/var/functions/empty.xml


Diff:
diff --git a/reference/var/functions/empty.xml b/reference/var/functions/empty.xml
index a6e75c34b..e14697b4a 100644
--- a/reference/var/functions/empty.xml
+++ b/reference/var/functions/empty.xml
@@ -32,7 +32,7 @@
       <note>
        <para>
         Vor PHP 5.5 überprüft <function>empty</function> nur Variablen, alles
-        andere führt zu einem Parse-Error. Anders gesagt wird folgendes nich
+        andere führt zu einem Parse-Error. Anders gesagt wird folgendes nicht
         funktionieren: <command>empty(trim($name))</command>. Statt dessen
         sollte <command>trim($name) == false</command> verwendet werden.
        </para>
@@ -51,8 +51,8 @@
   &reftitle.returnvalues;
   <para>
    Gibt &false; zurück, wenn <parameter>var</parameter> existiert und einen
-   nichtleeren Wert hat, der nicht null ist, aka "falsey". Siehe <link
-   linkend="language.types.boolean.casting">Converting to boolean</link>.
+   nichtleeren Wert hat, der nicht null ist, auch bekannt als "falsey". Siehe
+   <link linkend="language.types.boolean.casting">Converting to boolean</link>.
    Andernfalls wird &true; zurückgegeben.
   </para>
  </refsect1>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.