aboutsummaryrefslogtreecommitdiff
path: root/src/clients
diff options
context:
space:
mode:
Diffstat (limited to 'src/clients')
-rw-r--r--src/clients/ksu/authorization.c2
-rw-r--r--src/clients/ksu/ccache.c2
-rw-r--r--src/clients/ksu/heuristic.c2
-rw-r--r--src/clients/ksu/krb_auth_su.c2
-rw-r--r--src/clients/ksu/ksu.h2
-rw-r--r--src/clients/ksu/main.c8
6 files changed, 9 insertions, 9 deletions
diff --git a/src/clients/ksu/authorization.c b/src/clients/ksu/authorization.c
index 8919218..6ea1084 100644
--- a/src/clients/ksu/authorization.c
+++ b/src/clients/ksu/authorization.c
@@ -23,7 +23,7 @@
* direct, indirect, or consequential damages with respect to any
* claim by the user or distributor of the ksu software.
*
- * KSU was writen by: Ari Medvinsky, ari@isi.edu
+ * KSU was written by: Ari Medvinsky, ari@isi.edu
*/
#include "ksu.h"
diff --git a/src/clients/ksu/ccache.c b/src/clients/ksu/ccache.c
index 2a99521..cbb9aa2 100644
--- a/src/clients/ksu/ccache.c
+++ b/src/clients/ksu/ccache.c
@@ -23,7 +23,7 @@
* direct, indirect, or consequential damages with respect to any
* claim by the user or distributor of the ksu software.
*
- * KSU was writen by: Ari Medvinsky, ari@isi.edu
+ * KSU was written by: Ari Medvinsky, ari@isi.edu
*/
#include "ksu.h"
diff --git a/src/clients/ksu/heuristic.c b/src/clients/ksu/heuristic.c
index 3eb28ab..4f7280f 100644
--- a/src/clients/ksu/heuristic.c
+++ b/src/clients/ksu/heuristic.c
@@ -23,7 +23,7 @@
* direct, indirect, or consequential damages with respect to any
* claim by the user or distributor of the ksu software.
*
- * KSU was writen by: Ari Medvinsky, ari@isi.edu
+ * KSU was written by: Ari Medvinsky, ari@isi.edu
*/
#include "ksu.h"
diff --git a/src/clients/ksu/krb_auth_su.c b/src/clients/ksu/krb_auth_su.c
index e39685f..fb848dc 100644
--- a/src/clients/ksu/krb_auth_su.c
+++ b/src/clients/ksu/krb_auth_su.c
@@ -23,7 +23,7 @@
* direct, indirect, or consequential damages with respect to any
* claim by the user or distributor of the ksu software.
*
- * KSU was writen by: Ari Medvinsky, ari@isi.edu
+ * KSU was written by: Ari Medvinsky, ari@isi.edu
*/
#include "ksu.h"
diff --git a/src/clients/ksu/ksu.h b/src/clients/ksu/ksu.h
index 3bf0bd4..66fb4bc 100644
--- a/src/clients/ksu/ksu.h
+++ b/src/clients/ksu/ksu.h
@@ -23,7 +23,7 @@
* direct, indirect, or consequential damages with respect to any
* claim by the user or distributor of the ksu software.
*
- * KSU was writen by: Ari Medvinsky, ari@isi.edu
+ * KSU was written by: Ari Medvinsky, ari@isi.edu
*/
#include "k5-int.h"
diff --git a/src/clients/ksu/main.c b/src/clients/ksu/main.c
index 4f03dd8..dc417e6 100644
--- a/src/clients/ksu/main.c
+++ b/src/clients/ksu/main.c
@@ -23,7 +23,7 @@
* direct, indirect, or consequential damages with respect to any
* claim by the user or distributor of the ksu software.
*
- * KSU was writen by: Ari Medvinsky, ari@isi.edu
+ * KSU was written by: Ari Medvinsky, ari@isi.edu
*/
#include "ksu.h"
@@ -506,7 +506,7 @@ main (argc, argv)
#endif /* GET_TGT_VIA_PASSWD */
}
- /* if the user is root or same uid then authentication is not neccesary,
+ /* if the user is root or same uid then authentication is not necessary,
root gets in automatically */
if (source_uid && (source_uid != target_uid)) {
@@ -625,7 +625,7 @@ main (argc, argv)
#ifdef HAVE_GETUSERSHELL
- /* insist that the target login uses a standard shell (root is omited) */
+ /* insist that the target login uses a standard shell (root is omitted) */
if (!standard_shell(target_pwd->pw_shell) && source_uid) {
fprintf(stderr, _("ksu: permission denied (shell).\n"));
@@ -1001,7 +1001,7 @@ static void sweep_up(context, cc)
/*****************************************************************
get_params is to be called for the -a option or -e option to
collect all params passed in for the shell or for
- cmd. An aray is returned containing all params.
+ cmd. An array is returned containing all params.
optindex is incremented accordingly and the first
element in the returned array is reserved for the
name of the command to be executed or the name of the