Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tT83B-003Y63-T1 for pgsql-hackers@arkaria.postgresql.org; Wed, 01 Jan 2025 23:22:54 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tT83A-00Ai47-7J for pgsql-hackers@arkaria.postgresql.org; Wed, 01 Jan 2025 23:22:51 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tT839-00Ai3y-Rx for pgsql-hackers@lists.postgresql.org; Wed, 01 Jan 2025 23:22:51 +0000 Received: from mail-lf1-x12d.google.com ([2a00:1450:4864:20::12d]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.96) (envelope-from ) id 1tT838-001crz-0B for pgsql-hackers@lists.postgresql.org; Wed, 01 Jan 2025 23:22:50 +0000 Received: by mail-lf1-x12d.google.com with SMTP id 2adb3069b0e04-53e3778bffdso12420477e87.0 for ; Wed, 01 Jan 2025 15:22:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1735773768; x=1736378568; darn=lists.postgresql.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=NaMrPhjJrRNAbB0qwmrKPlOX3B4zDX8aN7XF3suGtck=; b=OdKf0BT746jyFATqDlACTJVBpFmSCVblpJevyA/r+B2k+4amC/T86XZvSAvgtEdA2f 4EM18mN9HlSd2e0Su0QwAICSzbyJNYeK1DZL+27cjKY508J+hiaYB/sUFI/AAn1QbDcG o7yq3A4Hg0FznjZbWboUEqOCISXb/qCzK1wwPZUjNkq4cgyyxtPzuvvEIa72d9duxpj1 2LDL+U4/2VMxo9U0/YtUnyJh4HEERm0CGRuibbyaChw06T8o64rLLdArOLTGXIttpJwX kglkubcQNp9HbzK6Njf2VcB5yevOiNYm4OgRfNDqH+b8THpqYRNrVv8xVDZ7Q3fizLlR 1+JQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735773768; x=1736378568; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=NaMrPhjJrRNAbB0qwmrKPlOX3B4zDX8aN7XF3suGtck=; b=H2+6NlAVLGoQkniBexazOKZft17xBOWqoiPeo7bM2mFEZcIQZ55LhSFk7fX/8CfsuG iRtySMDNy/v/lDgaTDG1m3aCtb0dXzGc9pgX1S3FFnmo87Pl/Oh0HziiaTlB9piIJtds KP2x8iQ503gv18LmdznPXo3spoep/Lf+L+WPE0jCGw5i811kafmAhYVFaAPsFFnV/rri rISp5MAZ+O0c5vB4dQHtn2rs7gINQuJjmNkI+7mjttdOsnZmZUJ9vL474TJpzvEGGXxI LAbCykycaUjjCuwYwDMU5Wy5yW9LDk4ZfTo/OqE1BAQvkRAic/ylEfeg7CMQCz6U/VfG aPzw== X-Gm-Message-State: AOJu0YwrxQCVbDS+J8oYVP0X0eJD8XsxjidswI/FbiXG7yzU/oSBCjpS 1whQAf5NejYC7LtZHFRhNm4GNciIYU1EcRgFXirn4heiQyEXlTElIAB3yYMZW27/L2XnfSmMkuP 1N51Ow78ZMoruFKhhk0oBp8LPyRY= X-Gm-Gg: ASbGncu7gi9Tsz8KWyNVbHVxQJn5P6sGhuK4fkmxBAFJWfdkneJdkknk19oUQrR7ynt 7YfLbduZDUOuKAdvVLVtNPXKZ/PsW4ihrK/4xZLzPUS9MLgKGiC393HVnmAzK6o3nUo4mBUE= X-Google-Smtp-Source: AGHT+IEelDhI9gnmqwicpvQtjBrudotQuxLrXFUSmMKHqT1JIWNPjhmdCnolEZcFG1S1PyIAhnAjSd3wtRVIZqZjQ+o= X-Received: by 2002:a05:6512:2252:b0:540:1faa:5945 with SMTP id 2adb3069b0e04-54229550e39mr14585081e87.33.1735773767744; Wed, 01 Jan 2025 15:22:47 -0800 (PST) MIME-Version: 1.0 References: <5812a0b9-b0cf-4151-9a14-d9f00e4f2858@gmail.com> In-Reply-To: <5812a0b9-b0cf-4151-9a14-d9f00e4f2858@gmail.com> From: David Rowley Date: Thu, 2 Jan 2025 12:22:35 +1300 Message-ID: Subject: Re: Typos in the code and README To: Alexander Lakhin Cc: PostgreSQL Developers , Daniel Gustafsson , Heikki Linnakangas , Michael Paquier Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Thu, 2 Jan 2025 at 05:00, Alexander Lakhin wrote: > Please look at another collection of typos and inconsistencies introduced > during 2024: The fixes all look good to me. I see some are mine, so I will take care of pushing. Thanks for the patch. David