1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

examples: Fix code spelling

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Rowland Penny <rpenny@samba.org>
This commit is contained in:
Andreas Schneider
2023-03-22 10:05:24 +01:00
committed by Andreas Schneider
parent ff46836eec
commit 1ba146dda3
17 changed files with 26 additions and 26 deletions

View File

@ -24,7 +24,7 @@ The idmap script option
-----------------------
To resolve this problem the idmap tdb2 module has the ability to call
out to an external script whenever it meeds an unknown SID or UID/GID
out to an external script whenever it needs an unknown SID or UID/GID
for the first time. It is then the job of that script to provide a
mapping consistent with whatever external system is in place (such as
NIS), and return the mapped result to winbind.

View File

@ -7,7 +7,7 @@
# syntax:
# findsmb [-d|-D] [-r] [subnet broadcast address]
#
# with no agrument it will list machines on the current subnet
# with no argument it will list machines on the current subnet
#
# There will be a "+" in front of the workgroup name for machines that are
# local master browsers for that workgroup. There will be an "*" in front

View File

@ -88,7 +88,7 @@ if (exists($options{S})) {
$server = $options{S};
}
else {
print "ERROR: madatory argument '-S' missing\n";
print "ERROR: mandatory argument '-S' missing\n";
usage();
exit 1;
}

View File

@ -87,7 +87,7 @@ if (exists($options{S})) {
$server = $options{S};
}
else {
print "ERROR: madatory argument '-S' missing\n";
print "ERROR: mandatory argument '-S' missing\n";
usage();
exit 1;
}