diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-11-18 17:06:43 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2006-11-18 17:06:43 +0000 |
commit | 78da282b651bbd8b368f1b15f72dd6a7fb21a8ef (patch) | |
tree | 0cdbfaa9a1d0d831c2bcaa50ad7a108a5d9d6bed | |
parent | 1b9a327e7f8ef7ab1312aa5d9939533176150dae (diff) | |
download | samba-78da282b651bbd8b368f1b15f72dd6a7fb21a8ef.tar.gz samba-78da282b651bbd8b368f1b15f72dd6a7fb21a8ef.tar.xz samba-78da282b651bbd8b368f1b15f72dd6a7fb21a8ef.zip |
r19775: Fix typo
-rw-r--r-- | source/rpc_server/srv_eventlog_nt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpc_server/srv_eventlog_nt.c b/source/rpc_server/srv_eventlog_nt.c index 79839a0a52a..ec07981de9a 100644 --- a/source/rpc_server/srv_eventlog_nt.c +++ b/source/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 */ |