diff options
author | Brad Hards <bradh@frogmouth.net> | 2010-02-21 17:22:45 +1100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-02-22 21:45:36 +0100 |
commit | 1683d090ccfb8b2959e091bdb9281a4991d943dc (patch) | |
tree | 61e8486115957ff32aa1e567996c4b526a9e989b /source4/lib/ldb/modules | |
parent | dd89dc2c3166d4bbcb3aacfb7222488c69e10485 (diff) | |
download | samba-1683d090ccfb8b2959e091bdb9281a4991d943dc.tar.gz samba-1683d090ccfb8b2959e091bdb9281a4991d943dc.tar.bz2 samba-1683d090ccfb8b2959e091bdb9281a4991d943dc.zip |
LDB related spelling fixes.
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Diffstat (limited to 'source4/lib/ldb/modules')
-rw-r--r-- | source4/lib/ldb/modules/paged_searches.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/modules/paged_searches.c b/source4/lib/ldb/modules/paged_searches.c index c5430eb9bf..09786c3eaa 100644 --- a/source4/lib/ldb/modules/paged_searches.c +++ b/source4/lib/ldb/modules/paged_searches.c @@ -78,7 +78,7 @@ static int check_ps_continuation(struct ps_context *ac, struct ldb_request *req, ldb_set_errstring(ldb, "paged_searches: ERROR: We got back a control from a previous page, but this time no control was returned!"); return LDB_ERR_OPERATIONS_ERROR; } else { - /* No cookie recived yet, valid to just return the full data set */ + /* No cookie received yet, valid to just return the full data set */ /* we are done */ ac->pending = false; |