summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-11-18 17:06:43 +0000
committerVolker Lendecke <vlendec@samba.org>2006-11-18 17:06:43 +0000
commit78da282b651bbd8b368f1b15f72dd6a7fb21a8ef (patch)
tree0cdbfaa9a1d0d831c2bcaa50ad7a108a5d9d6bed
parent1b9a327e7f8ef7ab1312aa5d9939533176150dae (diff)
downloadsamba-78da282b651bbd8b368f1b15f72dd6a7fb21a8ef.tar.gz
samba-78da282b651bbd8b368f1b15f72dd6a7fb21a8ef.tar.xz
samba-78da282b651bbd8b368f1b15f72dd6a7fb21a8ef.zip
r19775: Fix typo
-rw-r--r--source/rpc_server/srv_eventlog_nt.c2
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 */