From fa08d0b44bf80f6caaeb004a0f27d8346c2820e2 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 19 Oct 2009 09:47:33 +0200 Subject: Fix typo. privilage -> privilege Karolin --- source4/build/m4/check_path.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build') diff --git a/source4/build/m4/check_path.m4 b/source4/build/m4/check_path.m4 index 08a304b0d0..fb6b8aa804 100644 --- a/source4/build/m4/check_path.m4 +++ b/source4/build/m4/check_path.m4 @@ -97,7 +97,7 @@ AC_ARG_WITH(winbindd-socket-dir, esac]) ################################################# -# set where the winbindd privilaged socket should be put +# set where the winbindd privileged socket should be put AC_ARG_WITH(winbindd-privileged-socket-dir, [AS_HELP_STRING([--with-winbindd-privileged-socket-dir=DIR],[Where to put the winbindd socket ($winbindd_privileged_socket_dir)])], [ case "$withval" in -- cgit