chiark / gitweb /
tree-wide: spelling fixes
[elogind.git] / src / shared / hashmap.c
index f2a8a77eae0a8d5b905bdc59343c885be6eb94a9..e63ba4bb5aa84d7eebe7770c0bcbb0daae538daa 100644 (file)
@@ -1066,7 +1066,7 @@ static int hashmap_base_put_boldly(HashmapBase *h, unsigned idx,
 
 /*
  * Returns 0 if resize is not needed.
- *         1 if succesfully resized.
+ *         1 if successfully resized.
  *         -ENOMEM on allocation failure.
  */
 static int resize_buckets(HashmapBase *h, unsigned entries_add) {