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 1rcpMm-002LHE-2U for pgsql-jdbc-commits@arkaria.postgresql.org; Wed, 21 Feb 2024 16:22:40 +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 1rcpMk-005Imn-Ol for pgsql-jdbc-commits@arkaria.postgresql.org; Wed, 21 Feb 2024 16:22:39 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rcpB7-005Cvz-Hr for pgsql-jdbc-commits@lists.postgresql.org; Wed, 21 Feb 2024 16:10:38 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rcpB4-000C42-ND for pgsql-jdbc-commits@lists.postgresql.org; Wed, 21 Feb 2024 16:10:37 +0000 Received: from github.com (hubbernetes-node-6538989.va3-iad.github.net [10.48.143.42]) by smtp.github.com (Postfix) with ESMTPA id B123E8C080D for ; Wed, 21 Feb 2024 08:10:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1708531832; bh=DofVrH9o89Hz9ABd48FsGROHzNT+8TGMHrAX1mwuwho=; h=Date:From:To:Subject:List-Unsubscribe:From; b=YxsTfmcbxZlt6WnIQJnFtgFWXsRdAXB/XL8RfoSNH0PbKY60gqRtMGrZ8kBCFdmxj JfbOpLyL4I+JyIE/Gt6xld9neWjysbvRA2nTrBHKGv+a0hhHePfhZninXZ4cI1O9g+ ElC7Viq8/cu6NKt/8zGQQFS6kmF64kyTtXR8Ff5A= Date: Wed, 21 Feb 2024 08:10:32 -0800 From: Vladimir Sitnikov To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 388f02: fix: typo password_encrypton -> password_encryptio... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc-commits@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgjdbc/pgjdbc Commit: 388f0276f77a3ab363b180c09e45ca48569c3281 https://github.com/pgjdbc/pgjdbc/commit/388f0276f77a3ab363b180c09e45ca48569c3281 Author: Vladimir Sitnikov Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M pgjdbc/src/main/java/org/postgresql/PGConnection.java Log Message: ----------- fix: typo password_encrypton -> password_encryption in the error message To unsubscribe from these emails, change your notification settings at https://github.com/pgjdbc/pgjdbc/settings/notifications