[14/17] Fix spelling in comments in .m4 files (config)

Message ID 1480103203-9710-15-git-send-email-ambrogino.modigliani@mail.com
State New, archived
Headers

Commit Message

Ambrogino Modigliani Nov. 25, 2016, 7:46 p.m. UTC
  config/ChangeLog:

	* /stdint.m4: Fix spelling in comments.
---
 config/stdint.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/config/stdint.m4 b/config/stdint.m4
index 59f4359..2894f08 100644
--- a/config/stdint.m4
+++ b/config/stdint.m4
@@ -20,7 +20,7 @@  dnl typedefs, especially uint8_t,int32_t,uintptr_t.
 dnl Many older installations will not provide this file, but some will
 dnl have the very same definitions in <inttypes.h>. In other environments
 dnl we can use the inet-types in <sys/types.h> which would define the
-dnl typedefs int8_t and u_int8_t respectivly.
+dnl typedefs int8_t and u_int8_t respectively.
 dnl
 dnl This macros will create a local "_stdint.h" or the headerfile given as
 dnl an argument. In many cases that file will pick the definition from a