]> git.street.me.uk Git - andy/viking.git/commitdiff
DOC: Fix typo
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sun, 30 Aug 2015 13:29:46 +0000 (15:29 +0200)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sun, 30 Aug 2015 13:29:46 +0000 (15:29 +0200)
src/geotag_exif.c

index 8d1005b14c3032243450bfd653dc447591169372..0ed45db09512017a20308158dab062352ec03304 100644 (file)
@@ -23,7 +23,7 @@
 /*
  * This uses EXIF information from images to create waypoints at those positions
  *
- * The intial implementation uses libexif, which keeps Viking a pure C program.
+ * The initial implementation uses libexif, which keeps Viking a pure C program.
  * Now libgexiv2 is available (in C as a wrapper around the more powerful libexiv2 [C++]) so this is the preferred build.
  *  The attentative reader will notice the use of gexiv2 is a lot simpler as well.
  * For the time being the libexif code + build is still made available.