Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id EAAA46DE1378 for ; Fri, 23 Oct 2015 11:37:56 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, T_FREEMAIL_FORGED_FROMDOMAIN=0.01, T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7WKwaZbzWMmb for ; Fri, 23 Oct 2015 11:37:55 -0700 (PDT) Received: from mail-qk0-f174.google.com (mail-qk0-f174.google.com [209.85.220.174]) by arlo.cworth.org (Postfix) with ESMTPS id D08C96DE1226 for ; Fri, 23 Oct 2015 11:37:54 -0700 (PDT) Received: by qkca6 with SMTP id a6so86057026qkc.3 for ; Fri, 23 Oct 2015 11:37:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=J7Oa+qzPhXz+Kz4xaDgeOfZB71OT3/EQhD3C+cF1lMI=; b=jddv6+VC9a84t8FoZxQPP+xkaS43F4OBxaOcrbQ8kRlgUttwZFrUBszDp5pDrsAL6r EL5NTbwrVxJXLysiwkFMoyfodOgB13NukOdO/KzkSOVx/09OB2nvHvYTTaI5cwpfl2n9 nuQdif9A1GtmYVwZq3tO+tqweklahH4GE7W6fx83GCoOdVF6jO4WEd7HGDEb1ND66qo1 aPbF/HSRbpMqBbiYKj5MjyCY7+nkljNxShDlSiAESRBT8IpawqDKC2GRgYZSuTYcjALo eQSQaBM6jxgq5PouC+0ZE1zx9ShUWvqekFC9kLIRkJxzuilRUe6/H+4bf78uzU+ppZne EaGw== X-Received: by 10.140.134.211 with SMTP id 202mr29520427qhg.51.1445625472871; Fri, 23 Oct 2015 11:37:52 -0700 (PDT) Received: from localhost (30-9-134.wireless.csail.mit.edu. [128.30.9.134]) by smtp.gmail.com with ESMTPSA id a11sm7927464qga.40.2015.10.23.11.37.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 23 Oct 2015 11:37:52 -0700 (PDT) Sender: Steven From: Steven Allen To: notmuch@notmuchmail.org Cc: Steven Allen Subject: [PATCH] Documentation: fix type name spelling Date: Fri, 23 Oct 2015 14:37:26 -0400 Message-Id: <1445625446-12234-1-git-send-email-steven@stebalien.com> X-Mailer: git-send-email 2.6.2 X-Mailman-Approved-At: Sun, 25 Oct 2015 02:46:14 -0700 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2015 18:37:57 -0000 --- 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