From b4dbf3e924b2556acbe103dc61ac71f9985ff24f Mon Sep 17 00:00:00 2001 From: David Rowley Date: Tue, 18 Apr 2023 13:23:23 +1200 Subject: Fix various typos This fixes many spelling mistakes in comments, but a few references to invalid parameter names, function names and option names too in comments and also some in string constants Also, fix an #undef that was undefining the incorrect definition Author: Alexander Lakhin Reviewed-by: Justin Pryzby Discussion: https://postgr.es/m/d5f68d19-c0fc-91a9-118d-7c6a5a3f5fad@gmail.com --- src/test/modules/ldap_password_func/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/modules') diff --git a/src/test/modules/ldap_password_func/meson.build b/src/test/modules/ldap_password_func/meson.build index 653a5e94792..63dc852bf3c 100644 --- a/src/test/modules/ldap_password_func/meson.build +++ b/src/test/modules/ldap_password_func/meson.build @@ -9,7 +9,7 @@ ldap_password_func_sources = files( if host_system == 'windows' ldap_password_func_sources += rc_lib_gen.process(win32ver_rc, extra_args: [ '--NAME', 'ldap_password_func', - '--FILEDESC', 'set hook to mutate ldapbindpassw',]) + '--FILEDESC', 'set hook to mutate ldapbindpasswd',]) endif ldap_password_func = shared_module('ldap_password_func', -- cgit v1.2.3