[pve-devel] [PATCH docs] fix typo in api viewer

Dominik Csapak d.csapak at proxmox.com
Tue Feb 13 11:54:11 CET 2018


authententification -> authentication
authententicated -> authenticated

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 api-viewer/PVEAPI.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/api-viewer/PVEAPI.js b/api-viewer/PVEAPI.js
index 394dda1..409214d 100644
--- a/api-viewer/PVEAPI.js
+++ b/api-viewer/PVEAPI.js
@@ -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 + '"';
-- 
2.11.0





More information about the pve-devel mailing list