summaryrefslogtreecommitdiff
path: root/gphoto-m4
diff options
context:
space:
mode:
authorSijawusz Pur Rahnama <sija@sija.pl>2020-05-25 17:49:22 +0200
committerSijawusz Pur Rahnama <sija@sija.pl>2020-05-25 17:55:09 +0200
commitfd0be84db57825472483432390fc4b87d29b4fbe (patch)
tree24b6a09976a57c208369ab75246cf75356f8c5bb /gphoto-m4
parentacafc3324695b6f51ada104af461fdf8905b03cd (diff)
downloadlibgphoto2-fd0be84db57825472483432390fc4b87d29b4fbe.tar.gz
Fix typos throughout the codebase
Diffstat (limited to 'gphoto-m4')
-rw-r--r--gphoto-m4/gp-camlibs.m42
-rw-r--r--gphoto-m4/gp-documentation.m42
-rw-r--r--gphoto-m4/gp-manual-gtk-doc.m42
-rw-r--r--gphoto-m4/gp-stdint.m42
4 files changed, 4 insertions, 4 deletions
diff --git a/gphoto-m4/gp-camlibs.m4 b/gphoto-m4/gp-camlibs.m4
index cf081e896..a6b14ac18 100644
--- a/gphoto-m4/gp-camlibs.m4
+++ b/gphoto-m4/gp-camlibs.m4
@@ -6,7 +6,7 @@ dnl ####################################################################
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 on the build system.
dnl
dnl Every camlib belongs to one of the following (disjunct) sets of
diff --git a/gphoto-m4/gp-documentation.m4 b/gphoto-m4/gp-documentation.m4
index a73301b6a..d2c46f856 100644
--- a/gphoto-m4/gp-documentation.m4
+++ b/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/gphoto-m4/gp-manual-gtk-doc.m4 b/gphoto-m4/gp-manual-gtk-doc.m4
index 8bca629d1..12ffca094 100644
--- a/gphoto-m4/gp-manual-gtk-doc.m4
+++ b/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/gphoto-m4/gp-stdint.m4 b/gphoto-m4/gp-stdint.m4
index d3e59249b..82ef1dae2 100644
--- a/gphoto-m4/gp-stdint.m4
+++ b/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) */