aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings
diff options
context:
space:
mode:
authorGravatar Gaute Hope <eg@gaute.vetsj.com>2014-01-30 20:11:51 +0100
committerGravatar David Bremner <david@tethera.net>2014-02-21 21:13:03 -0400
commit5569344a7eeedbe903752fcc9321d7a1a3ace380 (patch)
tree33e9413fd20d88c2695627d3a0b783b9641a744f /bindings
parent18d71908b2d2d5843d38ec94cf2daf5f1e8ecd29 (diff)
ruby bindings message: docstring typo
Diffstat (limited to 'bindings')
-rw-r--r--bindings/ruby/message.c2
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.
*/