From: Gaute Hope <eg@gaute.vetsj.com>
Date: Thu, 30 Jan 2014 19:11:51 +0000 (+0100)
Subject: ruby bindings message: docstring typo
X-Git-Tag: 0.18_rc0~136
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=5569344a7eeedbe903752fcc9321d7a1a3ace380;p=notmuch-old

ruby bindings message: docstring typo
---

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.
  */