From 1e64fb8fd56a1b4498b1010cddc9a93cdf7f4d11 Mon Sep 17 00:00:00 2001 From: Michal Tvrznik Date: Thu, 4 May 2023 07:16:07 +0200 Subject: [PATCH] Fixed after mispell checks. --- src/auth_nopam.go | 2 +- src/auth_pam.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/auth_nopam.go b/src/auth_nopam.go index 95abf2d..6c5d596 100644 --- a/src/auth_nopam.go +++ b/src/auth_nopam.go @@ -12,7 +12,7 @@ import ( const tagPam = "nopam" -// PamHandle defines structure of handle specificaly designed for not using PAM authorization +// PamHandle defines structure of handle specifically designed for not using PAM authorization type nopamHandle struct { u *sysuser } diff --git a/src/auth_pam.go b/src/auth_pam.go index a4585e0..51cbb1a 100644 --- a/src/auth_pam.go +++ b/src/auth_pam.go @@ -15,7 +15,7 @@ import ( const tagPam = "" -// PamHandle defines structure of handle specificaly designed for using PAM authorization +// PamHandle defines structure of handle specifically designed for using PAM authorization type pamHandle struct { trans *pam.Transaction u *sysuser