diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-07-14 16:40:36 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-07-14 16:40:36 +0200 |
commit | df1554192683aacc518c4a95715089d4eab51192 (patch) | |
tree | 20aafaf378b19f3459197aba392a1e400fc5a5db /source3/lib/replace | |
parent | 9669411d1ea30ca6d2c2bc6bfa4bca8231901b58 (diff) | |
download | samba-df1554192683aacc518c4a95715089d4eab51192.tar.gz samba-df1554192683aacc518c4a95715089d4eab51192.tar.bz2 samba-df1554192683aacc518c4a95715089d4eab51192.zip |
Fix typo.
retieve -> retrieve
Karolin
(This used to be commit 37c64130701ab13b6f34998ac17fec2d128c2e08)
Diffstat (limited to 'source3/lib/replace')
-rw-r--r-- | source3/lib/replace/snprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/replace/snprintf.c b/source3/lib/replace/snprintf.c index a174dcffed..c54d721ce5 100644 --- a/source3/lib/replace/snprintf.c +++ b/source3/lib/replace/snprintf.c @@ -526,7 +526,7 @@ static int dopr(char *buffer, size_t maxlen, const char *format, va_list args_in } } - /* retieve the format arguments */ + /* retrieve the format arguments */ for (pnum = 0; pnum < max_pos; pnum++) { int i; |