diff options
author | Volker Lendecke <vl@samba.org> | 2010-01-22 13:31:30 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-01-22 13:34:25 +0100 |
commit | ee4a3606e606da5803d6e1ebac0c839c7a8a2a55 (patch) | |
tree | 90e76b2d3383502801ade1d350b9e28a24305c8c | |
parent | 253465456a994e1fcbeabd64f3924f173ea1b865 (diff) | |
download | samba-ee4a3606e606da5803d6e1ebac0c839c7a8a2a55.tar.gz samba-ee4a3606e606da5803d6e1ebac0c839c7a8a2a55.tar.bz2 samba-ee4a3606e606da5803d6e1ebac0c839c7a8a2a55.zip |
s3: Fix a typo in a comment
-rw-r--r-- | source3/registry/reg_backend_shares.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/reg_backend_shares.c b/source3/registry/reg_backend_shares.c index 1977406049..4218eb5cbb 100644 --- a/source3/registry/reg_backend_shares.c +++ b/source3/registry/reg_backend_shares.c @@ -26,7 +26,7 @@ /********************************************************************** It is safe to assume that every registry path passed into on of - the exported functions here begins with KEY_PRINTING else + the exported functions here begins with KEY_SHARES else these functions would have never been called. This is a small utility function to strip the beginning of the path and make a copy that the caller can modify. Note that the caller is responsible for releasing |