From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [87.239.111.99] (localhost [127.0.0.1]) by dev.tarantool.org (Postfix) with ESMTP id 7B9EB6F3C4; Tue, 11 May 2021 00:51:57 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 7B9EB6F3C4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1620683517; bh=Z3n3geybZ92ZvInA1etvp7iiZ0BRlC45df4YDfHvyBY=; h=Date:To:Cc:References:In-Reply-To:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=MGcYITpk/apmCcrWdpEiihAC++AscQ6mzEV6yTohfgovchueDsDTXX1yT7H7D43cA /mkeOAdr/JDuljIl4ZLO68W+PM8utSXF9/L/u/uSMdf3vA5ujH3qruy1DRRkfSkVUB kPCwhG5x3fw517eiW4uSBUIyTjDWusnv+5VShIuQ= Received: from mail-lf1-f49.google.com (mail-lf1-f49.google.com [209.85.167.49]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 4ADB36F3C4 for ; Tue, 11 May 2021 00:51:56 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 4ADB36F3C4 Received: by mail-lf1-f49.google.com with SMTP id z13so25634312lft.1 for ; Mon, 10 May 2021 14:51:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=B/9ueSkGTX5RFAo/b6H5BvGCfmSOM+GFtkC0ktuPfdU=; b=C0k9Sc88Hi29eTg2gnlOVc1370RJX5AmoYEi6xTHeL7A/SIRA7Ax/KmuXTGwH2QEHt PYg+kyVnNK4a+3a1MnC0JqlSRaCUnpPdFcsqeHwbOlCwBRYUq/J5C/3LSO8tUVUVnlnv rdeC5gosTsrRksQCIKG5o4wfthRVls14WPP6lDTCep7NfqZ2gJ/iOsfVxlc6t6bcKeR9 BqZQTrNb98oWZ3FC/JIO8abwSPNEX3aKxFrMVseB4IuWNoJOf309Mw68n0aMXJo8KlOe 5Ro2y3jwn0RYf20iCHqG0frSnd6diMNz6EzAqp3CkWgPd9lnIjciixBjJZE9TUSD1UsV CUOQ== X-Gm-Message-State: AOAM533CNFqKX+BvTMZ3ZirT3ffULGf2aOW6JrFYeidjBe+tZrR151l8 lDoOVfLKze14kcjb/clbZmTk6vjPyp8= X-Google-Smtp-Source: ABdhPJzbTBUlFjStWnElQNaEK8+maZ9fJKbw5ZcWXv3Jw1O7zEAjiKjsY1YLcqQKajBkJsnZMmYtTw== X-Received: by 2002:ac2:55ad:: with SMTP id y13mr18548001lfg.507.1620683515241; Mon, 10 May 2021 14:51:55 -0700 (PDT) Received: from grain.localdomain ([5.18.171.94]) by smtp.gmail.com with ESMTPSA id n16sm2379462lfe.245.2021.05.10.14.51.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 May 2021 14:51:54 -0700 (PDT) Received: by grain.localdomain (Postfix, from userid 1000) id A27D55A0019; Tue, 11 May 2021 00:51:53 +0300 (MSK) Date: Tue, 11 May 2021 00:51:53 +0300 To: Vladislav Shpilevoy Cc: tml Message-ID: References: <20210504155819.290874-1-gorcunov@gmail.com> <20210504155819.290874-7-gorcunov@gmail.com> <6341e5d1-d140-9dea-1a3c-d2c576e70315@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6341e5d1-d140-9dea-1a3c-d2c576e70315@tarantool.org> User-Agent: Mutt/2.0.6 (2021-03-06) Subject: Re: [Tarantool-patches] [PATCH v3 06/10] box/vynil: fix say_x format X-BeenThere: tarantool-patches@dev.tarantool.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Cyrill Gorcunov via Tarantool-patches Reply-To: Cyrill Gorcunov Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" On Mon, May 10, 2021 at 08:40:27PM +0200, Vladislav Shpilevoy wrote: > I appreciate the work you did here! > > In the commit message: vynil -> vinyl. Updated, thanks!