]> git.proxmox.com Git - pve-docs.git/commitdiff
fix typo in api viewer
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 13 Feb 2018 10:54:11 +0000 (11:54 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 14 Feb 2018 10:40:38 +0000 (11:40 +0100)
authententification -> authentication
authententicated -> authenticated

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
api-viewer/PVEAPI.js

index 394dda176343d9215fe4ba1956453c57d82bc766..409214dd4b9fe7618c71025a1181e7c6de8d0c56 100644 (file)
@@ -212,9 +212,9 @@ Ext.onReady(function() {
                    if (info.permissions.user) {
                        if (!info.permissions.description) {
                            if (info.permissions.user === 'world') {
-                               permhtml += "Accessible without any authententification.";
+                               permhtml += "Accessible without any authentication.";
                            } else if (info.permissions.user === 'all') {
-                               permhtml += "Accessible by all authententicated users.";
+                               permhtml += "Accessible by all authenticated users.";
                            } else {
                                permhtml += 'Onyl accessible by user "' + 
                                    info.permissions.user + '"';