1
0
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:
Brad Hards
2010-02-21 17:24:08 +11:00
committed by Matthias Dieter Wallnöfer
parent 7def87cb17
commit 3eacc83b35
4 changed files with 8 additions and 8 deletions

View File

@ -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;
}