From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0499BC49361 for ; Fri, 18 Jun 2021 14:40:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E1FB361369 for ; Fri, 18 Jun 2021 14:40:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234614AbhFROme (ORCPT ); Fri, 18 Jun 2021 10:42:34 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:23148 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234605AbhFROmd (ORCPT ); Fri, 18 Jun 2021 10:42:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1624027223; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=X3XpRQKCYfI1TzL+DStesfbuCdcxojn/qvkze7poxCw=; b=VwAEXn6Y2nf+cmAJmTtzyO3drDS5efaK8cYEz/XGJ0e+fNrHD2EpaadBieHUu4sTFuwTRz vJXQTsoNZccDiieoK2ThLJHxknZcdIBoe7F4CZeVdy+1pIxmZKJDvskbVKfwaB3Sit3DK2 iSSY2oTSKOAj09+tRjTZuC7KvjvsCHo= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-460-JbJb18MkNwqoGbi3hsOmdQ-1; Fri, 18 Jun 2021 10:40:22 -0400 X-MC-Unique: JbJb18MkNwqoGbi3hsOmdQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 0CC09800C78; Fri, 18 Jun 2021 14:40:21 +0000 (UTC) Received: from localhost (unknown [10.40.195.102]) by smtp.corp.redhat.com (Postfix) with ESMTP id 971A660CC9; Fri, 18 Jun 2021 14:40:20 +0000 (UTC) From: Petr Lautrbach To: Christian =?utf-8?Q?G=C3=B6ttsche?= , selinux@vger.kernel.org Subject: Re: [PATCH] libselinux: fix typo In-Reply-To: <87mtrznrjk.fsf@redhat.com> References: <20210608153644.29176-1-cgzones@googlemail.com> <87mtrznrjk.fsf@redhat.com> Date: Fri, 18 Jun 2021 16:40:19 +0200 Message-ID: <87v96b1bjg.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Precedence: bulk List-ID: X-Mailing-List: selinux@vger.kernel.org Petr Lautrbach writes: > Christian G=C3=B6ttsche writes: > >> Signed-off-by: Christian G=C3=B6ttsche > > Acked-by: Petr Lautrbach Merged, thanks! > >> --- >> libselinux/src/regex.h | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/libselinux/src/regex.h b/libselinux/src/regex.h >> index 10c3df78..2dfa2534 100644 >> --- a/libselinux/src/regex.h >> +++ b/libselinux/src/regex.h >> @@ -44,7 +44,7 @@ struct mmap_area; >> char const *regex_arch_string(void) ; >>=20=20 >> /** >> - * regex_verison returns the version string of the underlying regular >> + * regex_version returns the version string of the underlying regular >> * regular expressions library. In the case of PCRE it just returns the >> * result of pcre_version(). In the case of PCRE2, the very first time = this >> * function is called it allocates a buffer large enough to hold the ve= rsion >> --=20 >> 2.32.0