diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/registry/reg_backend_shares.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/registry/reg_backend_shares.c b/source3/registry/reg_backend_shares.c index 9582398cc3..733f80f716 100644 --- a/source3/registry/reg_backend_shares.c +++ b/source3/registry/reg_backend_shares.c @@ -129,7 +129,7 @@ static int shares_value_info(const char *key, struct regval_ctr *val) /********************************************************************** Stub function which always returns failure since we don't want - people storing printing information directly via regostry calls + people storing share information directly via registry calls (for now at least) *********************************************************************/ @@ -140,7 +140,7 @@ static bool shares_store_subkey( const char *key, struct regsubkey_ctr *subkeys /********************************************************************** Stub function which always returns failure since we don't want - people storing printing information directly via regostry calls + people storing share information directly via registry calls (for now at least) *********************************************************************/ |