From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [192.168.96.80] (unknown [182.2.72.31]) by gnuweeb.org (Postfix) with ESMTPSA id F041B7E7C8; Sat, 30 Apr 2022 17:39:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1651340396; bh=i+HmO3GR6Vzxh0BA93NMJ1tBHwn5lih79aI39oWVqdk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ehffnR+YWha2Ft1O3bi3gR8QVnOAvVkYGSonFVnGfDmtm+iYUBkwBt9952opjMndd ACJb1cT+d1hhRry11UcOA1IcEuJt8i/VkZt+f2XAEyxD8kl0QMB5z+uNEuSca3FQpi rdVny4d2LINKIBGk2DleJTRE7/I4cdT4aOFXigPs0uxF7isaF6Y8CRcGx2nuW2JrMy E01wJd1F4Q4bP4YXSKrod/V+qtuYpql48apa2ueOe9goGZ/zdq4cn8e8G6d4xpSQ4i V6uUYUxg/vMfmTBzMRM9weO3VaPXwW96D+l1vo7rvRtLu4C/bVC17iV8qiF6r1EnRs TsApw96AfyWpQ== Message-ID: <7e0ba718-69a3-d1e4-8cfc-21aa6c35d45f@gnuweeb.org> Date: Sun, 1 May 2022 00:39:51 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: [PATCH server-a001 v2 3/4] Create `storage` directory for saving persistent data Content-Language: en-US To: Alviro Iskandar Setiawan Cc: Hazmi Alfarizqi , GNU/Weeb Mailing List , Hazmi Alfarizqi References: <20220430170838.19571-1-ammarfaizi2@gnuweeb.org> <20220430170838.19571-4-ammarfaizi2@gnuweeb.org> From: Ammar Faizi In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 5/1/22 12:30 AM, Alviro Iskandar Setiawan wrote: > You made typos: > > s/commited/committed > s/commiting/committing > > Also, public-inbox is a git tree too, so the former sentence is wrong. > But I understand the point of this patch. Oh yeah, you're right. When I was working on this patch I didn't think about other services, only MySQL in my mind. I will fix them all. Thanks! -- Ammar Faizi