Received: from mail.netlandish.com (mail.netlandish.com [174.136.98.166])
	by code.netlandish.com (Postfix) with ESMTP id 5823C83392
	for <~petersanchez/public-inbox@lists.code.netlandish.com>; Tue, 16 Jan 2024 13:25:27 +0000 (UTC)
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=209.85.219.45; helo=mail-qv1-f45.google.com; envelope-from=peter@netlandish.com; receiver=lists.code.netlandish.com 
Authentication-Results: mail.netlandish.com;
	dkim=pass (1024-bit key; unprotected) header.d=netlandish.com header.i=@netlandish.com header.b=p3fWoas1
Received: from mail-qv1-f45.google.com (mail-qv1-f45.google.com [209.85.219.45])
	by mail.netlandish.com (Postfix) with ESMTP id 070F717A3C7
	for <~petersanchez/public-inbox@lists.code.netlandish.com>; Tue, 16 Jan 2024 13:25:24 +0000 (UTC)
Received: by mail-qv1-f45.google.com with SMTP id 6a1803df08f44-68177a9ffe5so874366d6.0
        for <~petersanchez/public-inbox@lists.code.netlandish.com>; Tue, 16 Jan 2024 05:25:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=netlandish.com; s=google; t=1705411524; x=1706016324; darn=lists.code.netlandish.com;
        h=in-reply-to:content-disposition:mime-version:references:message-id
         :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to;
        bh=EbIrcdxgVysalDm7O6Is0SsVav6vk0JV7pv3VcpnqUs=;
        b=p3fWoas1jTLT3B8Lkq41McCuAjpBAygAmtQyNOqekvFzwf5JUGfF6v+nyCZ67s4Qkq
         ugrCb2jmyGZK3tWVf787Kl7IGWXYelHtT0k7QcOP84EfRDPWy5WkimIwI1lQR+sJRkeg
         OcMCNEFp1Sleg39SiHjqkkkiYPDVFmgETYCc4=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1705411524; x=1706016324;
        h=in-reply-to:content-disposition:mime-version:references:message-id
         :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date
         :message-id:reply-to;
        bh=EbIrcdxgVysalDm7O6Is0SsVav6vk0JV7pv3VcpnqUs=;
        b=eJ9sJNtxineE4lGAkTyODql51STCPmM/ZT1NNlSvuYLQmxaDuvy2UgTf5lFgSJBqyW
         WWANf9s+TqGlpNZx5ehCAJ4UINUINPGaqXaMfhGfW09XNlCT6oPQOuek8oBvMZ/KqwJQ
         0/5JWafjpRKWjr9ef4QICoxviebFwPTlK4U82eNSP8XapBcTP0hQ/ING7BF3r8PRTKhw
         hiCAFoyyRqE7RudAaRG96jphbA5OPSgFjWbIYmyWHKJ0R/3AEbWDAWZ2rJ+vR42HRbyg
         5JbgU1kZ8ehYeWPWtZgCq3hukcJT66kbG6zyPn4XRJeRVaY9mCwhEMvmHWWnkaJcKQ0H
         Wf9w==
X-Gm-Message-State: AOJu0YyOPd2rXMdfaZuzlOcxhjUgnplgmR3iw+wdSSrBqw3nH1aCjjIC
	qXpSC1Tp9vwFDABqHOpMcWo9DAR/1y3/fhvYhYZ4wNd/QhXXAQ==
X-Google-Smtp-Source: AGHT+IFF+IQpnRkPrsYVhn3jwp57UcO4o3hFIFo/iU1573gVn+7pdPvk3PmlfOBiShYNoNjoZP75mg==
X-Received: by 2002:a05:6214:27c7:b0:681:6862:53a with SMTP id ge7-20020a05621427c700b006816862053amr2468449qvb.43.1705411524315;
        Tue, 16 Jan 2024 05:25:24 -0800 (PST)
Received: from localhost ([186.77.205.217])
        by smtp.gmail.com with ESMTPSA id v11-20020a0c9c0b000000b0067f802d373bsm4284477qve.89.2024.01.16.05.25.23
        (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
        Tue, 16 Jan 2024 05:25:23 -0800 (PST)
Date: Tue, 16 Jan 2024 07:25:22 -0600
From: Peter Sanchez <peter@netlandish.com>
To: Aiden Fox Ivey <aiden@fox-ivey.com>
Cc: ~petersanchez/public-inbox@lists.code.netlandish.com
Subject: Re: [PATCH gohome] Fix typo in README
Message-ID: <w2dyikpur44pkobl3sxrr5b2bw3dyugm3nn5mgaxu27vjgo4nl@7skn6iloe6hw>
X-PGP-Key: https://petersanchez.com/publickey.txt
References: <20240115194714.23047-1-aiden@fox-ivey.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Disposition: inline
In-Reply-To: <20240115194714.23047-1-aiden@fox-ivey.com>

Thanks Aiden! Good catch. Applied.

On 01/15, Aiden Fox Ivey wrote:
>Patch should be fairly self explanatory.
>
>Signed-off-by: Aiden Fox Ivey <aiden@fox-ivey.com>
