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

[email protected] (Martin Samesch)
Newsgroups php.doc.de
Message-ID <[email protected]>
Commit:    925ff9ce5cc6bf839183e21cc8244b3dcf801d5c
Author:    Fonata <[email protected]>         Thu, 4 Feb 2021 15:39:41 +0100
Committer: GitHub <[email protected]>      Thu, 4 Feb 2021 15:39:41 +0100
Parents:   0cde21ad53fdb1c14a4fac9a3422fe85011d9612
Branches:  master

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

Log:
Fix spelling error; remove unneeded abbreviation

"aka" might be known to most readers, but using it doesn't add value.

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..7139d6d54 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,7 +51,7 @@
   &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
+   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>
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.