diff options
| author | Steven Allen <steven@stebalien.com> | 2015-10-23 14:37:26 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-10-27 08:07:31 -0300 |
| commit | 10e933a3bb2aec6172b513944765ad5fd39919f2 (patch) | |
| tree | 0d98de01dec31a965d1b90b23f5394450c02fe11 | |
| parent | 4acbc1f7d36060ff1678e576495f8122f4d4cbb3 (diff) | |
Documentation: fix type name spelling
| -rw-r--r-- | lib/notmuch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/notmuch.h b/lib/notmuch.h index 85b56bf1..310a8b8a 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 |
