diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-11-18 17:06:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:15:54 -0500 |
commit | 9bb1f909fdc7e4c4d52382d3a920e156e39c3768 (patch) | |
tree | fb25a023775180deab1b1ec8c5f22905e9a8d46e | |
parent | e37200a82e171b663d51ec67bd20cf4433235cdd (diff) | |
download | samba-9bb1f909fdc7e4c4d52382d3a920e156e39c3768.tar.gz samba-9bb1f909fdc7e4c4d52382d3a920e156e39c3768.tar.bz2 samba-9bb1f909fdc7e4c4d52382d3a920e156e39c3768.zip |
r19775: Fix typo
(This used to be commit 370e29ebb9da92c9072bdd4eec84980b5753089a)
-rw-r--r-- | source3/rpc_server/srv_eventlog_nt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_server/srv_eventlog_nt.c b/source3/rpc_server/srv_eventlog_nt.c index 79839a0a52..ec07981de9 100644 --- a/source3/rpc_server/srv_eventlog_nt.c +++ b/source3/rpc_server/srv_eventlog_nt.c @@ -405,7 +405,7 @@ static BOOL sync_eventlog_params( EVENTLOG_INFO *info ) uiRetention = 604800; /* the general idea is to internally open the registry - key and retreive the values. That way we can continue + key and retrieve the values. That way we can continue to use the same fetch/store api that we use in srv_reg_nt.c */ |