mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
Spelling fixes for source4/lib/registry.
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
This commit is contained in:
committed by
Matthias Dieter Wallnöfer
parent
7def87cb17
commit
3eacc83b35
@ -282,7 +282,7 @@ static WERROR cmd_ls(struct regshell_context *ctx, int argc, char **argv)
|
||||
}
|
||||
|
||||
if (!W_ERROR_EQUAL(error, WERR_NO_MORE_ITEMS)) {
|
||||
fprintf(stderr, "Error occured while browsing thru keys: %s\n",
|
||||
fprintf(stderr, "Error occurred while browsing through keys: %s\n",
|
||||
win_errstr(error));
|
||||
return error;
|
||||
}
|
||||
|
Reference in New Issue
Block a user