]> git.proxmox.com Git - pve-docs.git/blobdiff - api-viewer/PVEAPI.js
fix typo in api viewer
[pve-docs.git] / 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 + '"';