summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuiere <hub@figuiere.net>2006-10-15 00:46:42 +0000
committerHubert Figuiere <hub@figuiere.net>2006-10-15 00:46:42 +0000
commit2a52ed6d8723bb2d85b76a941ed9e5a893b063a8 (patch)
tree576dc985f9645fc5ac3d7dd76bbbffbc700d64f5
parente7d7f305c2f758fba427a288184a6ff27e44f0f4 (diff)
downloadlibgphoto2-2a52ed6d8723bb2d85b76a941ed9e5a893b063a8.tar.gz
more typo fixed
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9336 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--ChangeLog9
-rw-r--r--camlibs/enigma13/enigma13.c2
-rw-r--r--camlibs/panasonic/dc.h4
-rw-r--r--camlibs/panasonic/l859/README.panasonic-l8592
-rw-r--r--camlibs/panasonic/l859/l859.c2
5 files changed, 14 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 237e2b955..0eb3c7681 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-10-14 Hubert Figuiere <hub@figuiere.net>
+
+ * camlibs/panasonic/l859/l859.c,
+ camlibs/enigma13/enigma13.c (enigma13_get_toc),
+ camlibs/panasonic/l859/README.panasonic-l859,
+ camlibs/panasonic/dc.h: Fixed typo
+ https://launchpad.net/distros/ubuntu/+source/libgphoto2/+bug/61163
+
+
2006-10-07 Hubert Figuiere <hub@figuiere.net>
* camlibs/canon/canon.c, camlibs/konica/qm150.c,
diff --git a/camlibs/enigma13/enigma13.c b/camlibs/enigma13/enigma13.c
index dee2143e0..d23754a68 100644
--- a/camlibs/enigma13/enigma13.c
+++ b/camlibs/enigma13/enigma13.c
@@ -217,7 +217,7 @@ static int enigma13_get_toc(Camera *camera, int *filecount, char** toc)
ret=gp_port_read (camera->port, flash_toc, toc_size);
*toc= flash_toc;
- gp_log(GP_LOG_DEBUG, "enigma13","Byte transfered :%d ", ret);
+ gp_log(GP_LOG_DEBUG, "enigma13","Byte transferred :%d ", ret);
return ret;
}
diff --git a/camlibs/panasonic/dc.h b/camlibs/panasonic/dc.h
index ca429153d..506276815 100644
--- a/camlibs/panasonic/dc.h
+++ b/camlibs/panasonic/dc.h
@@ -40,8 +40,8 @@ struct _CameraPrivateLibrary {
int size;
};
-#define DSC_BLOCKSIZE 0x400 /* amount of image data transfered in a single packet */
-#define DSC_BUFSIZE 0x406 /* largest possible amount of data transfered in a single packet */
+#define DSC_BLOCKSIZE 0x400 /* amount of image data transferred in a single packet */
+#define DSC_BUFSIZE 0x406 /* largest possible amount of data transferred in a single packet */
#define DSC_MAXIMAGESIZE 0xfffff /* largest possible file that can be uploaded */
#define DSC_FILENAMEFMT "dsc%04i.jpg" /* format of image file names */
#define DSC_THUMBNAMEFMT "dsc%04i-thumbnail.jpg" /* format of thumbnail file names */
diff --git a/camlibs/panasonic/l859/README.panasonic-l859 b/camlibs/panasonic/l859/README.panasonic-l859
index ab434bf2c..55be8dbc2 100644
--- a/camlibs/panasonic/l859/README.panasonic-l859
+++ b/camlibs/panasonic/l859/README.panasonic-l859
@@ -3,7 +3,7 @@ Panasonic PV-L859-K/PV-L779-K Palmcorder
Panasonic introduced image capturing technology
called PHOTOSHOT for the first time to this series
of Palmcorders. Images are stored in JPEG format on
-an internal flashcard and can be transfered to a
+an internal flashcard and can be transferred to a
computer through the built-in serial port. Images
are saved in one of two resolutions; NORMAL is
320x240 and FINE is 640x480. The CCD device which
diff --git a/camlibs/panasonic/l859/l859.c b/camlibs/panasonic/l859/l859.c
index c61a9d1f3..d68c73e8a 100644
--- a/camlibs/panasonic/l859/l859.c
+++ b/camlibs/panasonic/l859/l859.c
@@ -586,7 +586,7 @@ static int camera_summary (Camera *camera, CameraText *summary,
"Panasonic introduced image capturing technology "
"called PHOTOSHOT for the first time to this series "
"of Palmcorders. Images are stored in JPEG format on "
- "an internal flashcard and can be transfered to a "
+ "an internal flashcard and can be transferred to a "
"computer through the built-in serial port. Images "
"are saved in one of two resolutions; NORMAL is "
"320x240 and FINE is 640x480. The CCD device which "