]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 28 Apr 2015 06:38:43 +0000 (08:38 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 28 Apr 2015 16:11:13 +0000 (18:11 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/gencache.c

index 19fafe126d33e01696ac2f6011b20c08359ab368..90eafaa7be2d221069e1e0b4861fbef10922ffef 100644 (file)
@@ -273,7 +273,7 @@ static int last_stabilize_parser(TDB_DATA key, TDB_DATA data,
  * @param blob DATA_BLOB value being cached
  * @param timeout time when the value is expired
  *
- * @retval true when entry is successfuly stored
+ * @retval true when entry is successfully stored
  * @retval false on failure
  **/