From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp53.i.mail.ru (smtp53.i.mail.ru [94.100.177.113]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 55205445320 for ; Mon, 27 Jul 2020 18:47:49 +0300 (MSK) From: "Timur Safin" References: <399780ef271d5d9e709492cb62513020d40b77a5.1595251993.git.tsafin@tarantool.org> <20200727135901.kqhk36o7stzbdx7h@tkn_work_nb> In-Reply-To: <20200727135901.kqhk36o7stzbdx7h@tkn_work_nb> Date: Mon, 27 Jul 2020 18:47:39 +0300 Message-ID: <030b01d6642d$423abd20$c6b03760$@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Content-Language: ru Subject: Re: [Tarantool-patches] [PATCH] box: remove unnecessary bootsrap. file List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: 'Alexander Turenko' Cc: tarantool-patches@dev.tarantool.org : From: Alexander Turenko : Subject: Re: [PATCH] box: remove unnecessary bootsrap. file : : : On Mon, Jul 20, 2020 at 04:41:24PM +0300, Timur Safin wrote: : > box: remove unnecessary bootsrap. file : : Typo: bootsrap. -> bootstrap. : : > : > `src/box/boostrap.` file (please pay attendtion to the trailing dot) is Indeed (there were 2 typos: in the title and in the file name) - both have been corrected in the branch. Timur