diff options
author | Gaute Hope <eg@gaute.vetsj.com> | 2014-01-30 20:11:51 +0100 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2014-02-21 21:13:03 -0400 |
commit | 5569344a7eeedbe903752fcc9321d7a1a3ace380 (patch) | |
tree | 33e9413fd20d88c2695627d3a0b783b9641a744f /bindings/ruby | |
parent | 18d71908b2d2d5843d38ec94cf2daf5f1e8ecd29 (diff) |
ruby bindings message: docstring typo
Diffstat (limited to 'bindings/ruby')
-rw-r--r-- | bindings/ruby/message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ruby/message.c b/bindings/ruby/message.c index eed4b31b..4ff6097f 100644 --- a/bindings/ruby/message.c +++ b/bindings/ruby/message.c @@ -111,7 +111,7 @@ notmuch_rb_message_get_filename (VALUE self) } /* - * call-seq: MESSAGE.filanames => FILENAMES + * call-seq: MESSAGE.filenames => FILENAMES * * Get all filenames for the email corresponding to MESSAGE. */ |