diff options
author | NIIBE Yutaka <[email protected]> | 2024-06-13 06:10:59 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2024-06-13 06:10:59 +0000 |
commit | 82a34b733d89b2c3ebc45d8124378ada19017a65 (patch) | |
tree | c5db57256cf91504d452641d2e8e67089ec84fca /src | |
parent | Fix gpg-error.m4. (diff) | |
download | libgpg-error-82a34b733d89b2c3ebc45d8124378ada19017a65.tar.gz libgpg-error-82a34b733d89b2c3ebc45d8124378ada19017a65.zip |
Apply spell fix.
* src/gpg-error.m4: Apply spell fix from GnuPG master.
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gpg-error.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpg-error.m4 b/src/gpg-error.m4 index 3ae3233..2d24071 100644 --- a/src/gpg-error.m4 +++ b/src/gpg-error.m4 @@ -144,7 +144,7 @@ dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]]) dnl dnl Test for libgpg-error and define GPG_ERROR_CFLAGS, GPG_ERROR_LIBS, dnl GPG_ERROR_MT_CFLAGS, and GPG_ERROR_MT_LIBS. The _MT_ variants are -dnl used for programs requireing real multi thread support. +dnl used for programs requiring real multi thread support. dnl dnl If a prefix option is not used, the config script is first dnl searched in $SYSROOT/bin and then along $PATH. If the used |