summaryrefslogtreecommitdiff
path: root/camlibs/canon
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2022-05-15 18:08:11 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2022-05-15 18:16:02 +0200
commitcac3862c5a00d948527c8767df6cb73bf7bd1167 (patch)
treeacad7a6361f9e64a5c9dfa96e79be2f50b492cd8 /camlibs/canon
parentea1044dcd6c687459bc213f3aea042a0e2f63ec4 (diff)
downloadlibgphoto2-cac3862c5a00d948527c8767df6cb73bf7bd1167.tar.gz
Consistent spelling for initialize
Consistently spell initialize the AE way. Excluding the *.po files, we had 293 occurrences of the word, of which 279 used the AE spelling, so changing everything to AE for consistency is not much of a leap.
Diffstat (limited to 'camlibs/canon')
-rw-r--r--camlibs/canon/usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/canon/usb.c b/camlibs/canon/usb.c
index 2583932a7..7fda25c47 100644
--- a/camlibs/canon/usb.c
+++ b/camlibs/canon/usb.c
@@ -2173,7 +2173,7 @@ canon_usb_set_file_attributes (Camera *camera, unsigned int attr_bits,
* correctly uploaded, cause the camera to not accept any more uploads.
* Smaller files work fine.
* s10sh (http://www.kyuzz.org/antirez/s10sh.html) has the same problem.
- * The problem only appears when USB deinitialisation and initialisation
+ * The problem only appears when USB deinitialization and initialization
* is performed between uploads. You can call this function more than
* once with big files during one session without encountering the problem
* described. <kramm@quiss.org>