[PATCH] Documentation: fix type name spelling

Subject: [PATCH] Documentation: fix type name spelling

Date: Fri, 23 Oct 2015 14:37:26 -0400

To: notmuch@notmuchmail.org

Cc: Steven Allen

From: Steven Allen


---
 lib/notmuch.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/notmuch.h b/lib/notmuch.h
index 85b56bf..310a8b8 100644
--- a/lib/notmuch.h
+++ b/lib/notmuch.h
@@ -1752,7 +1752,7 @@ notmuch_filenames_t *
 notmuch_directory_get_child_files (notmuch_directory_t *directory);
 
 /**
- * Get a notmuch_filenams_t iterator listing all the filenames of
+ * Get a notmuch_filenames_t iterator listing all the filenames of
  * sub-directories in the database within the given directory.
  *
  * The returned filenames will be the basename-entries only (not
-- 
2.6.2


Thread: