diff options
author | Sijawusz Pur Rahnama <sija@sija.pl> | 2020-05-25 17:49:22 +0200 |
---|---|---|
committer | Sijawusz Pur Rahnama <sija@sija.pl> | 2020-05-25 17:55:09 +0200 |
commit | fd0be84db57825472483432390fc4b87d29b4fbe (patch) | |
tree | 24b6a09976a57c208369ab75246cf75356f8c5bb /libgphoto2_port/gphoto-m4 | |
parent | acafc3324695b6f51ada104af461fdf8905b03cd (diff) | |
download | libgphoto2-fd0be84db57825472483432390fc4b87d29b4fbe.tar.gz |
Fix typos throughout the codebase
Diffstat (limited to 'libgphoto2_port/gphoto-m4')
-rw-r--r-- | libgphoto2_port/gphoto-m4/gp-camlibs.m4 | 2 | ||||
-rw-r--r-- | libgphoto2_port/gphoto-m4/gp-documentation.m4 | 2 | ||||
-rw-r--r-- | libgphoto2_port/gphoto-m4/gp-manual-gtk-doc.m4 | 2 | ||||
-rw-r--r-- | libgphoto2_port/gphoto-m4/gp-stdint.m4 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libgphoto2_port/gphoto-m4/gp-camlibs.m4 b/libgphoto2_port/gphoto-m4/gp-camlibs.m4 index 3dbb70db3..47219fe96 100644 --- a/libgphoto2_port/gphoto-m4/gp-camlibs.m4 +++ b/libgphoto2_port/gphoto-m4/gp-camlibs.m4 @@ -2,7 +2,7 @@ dnl GP_CAMLIB & Co. dnl dnl Redundancy free definition of libgphoto2 camlibs. dnl -dnl Removes the redundany from the camlib lists, and executes +dnl Removes the redundancy from the camlib lists, and executes dnl additional consistency checks, e.g. to ensure that subdirectories dnl actually exist. dnl diff --git a/libgphoto2_port/gphoto-m4/gp-documentation.m4 b/libgphoto2_port/gphoto-m4/gp-documentation.m4 index a73301b6a..d2c46f856 100644 --- a/libgphoto2_port/gphoto-m4/gp-documentation.m4 +++ b/libgphoto2_port/gphoto-m4/gp-documentation.m4 @@ -64,7 +64,7 @@ AC_REQUIRE([GP_CHECK_DOC_DIR]) # --------------------------------------------------------------------------- # gtk-doc: We use gtk-doc for building our documentation. However, we -# require the user to explicitely request the build. +# require the user to explicitly request the build. # --------------------------------------------------------------------------- try_gtkdoc=false gtkdoc_msg="no (not requested)" diff --git a/libgphoto2_port/gphoto-m4/gp-manual-gtk-doc.m4 b/libgphoto2_port/gphoto-m4/gp-manual-gtk-doc.m4 index 8bca629d1..12ffca094 100644 --- a/libgphoto2_port/gphoto-m4/gp-manual-gtk-doc.m4 +++ b/libgphoto2_port/gphoto-m4/gp-manual-gtk-doc.m4 @@ -1,6 +1,6 @@ dnl --------------------------------------------------------------------------- dnl gtk-doc: We use gtk-doc for building our documentation. However, we -dnl require the user to explicitely request the build. +dnl require the user to explicitly request the build. dnl --------------------------------------------------------------------------- AC_DEFUN([GP_CHECK_GTK_DOC], [ diff --git a/libgphoto2_port/gphoto-m4/gp-stdint.m4 b/libgphoto2_port/gphoto-m4/gp-stdint.m4 index d3e59249b..82ef1dae2 100644 --- a/libgphoto2_port/gphoto-m4/gp-stdint.m4 +++ b/libgphoto2_port/gphoto-m4/gp-stdint.m4 @@ -472,7 +472,7 @@ typedef u_int32_t uint32_t; #endif #ifdef _STDINT_NEED_INT_MODEL_T -/* we must guess all the basic types. Apart from byte-adressable system, */ +/* we must guess all the basic types. Apart from byte-addressable system, */ /* there a few 32-bit-only dsp-systems that we guard with BYTE_MODEL 8-} */ /* (btw, those nibble-addressable systems are way off, or so we assume) */ |