summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-04-05 13:46:47 -0500
committerSlávek Banko <[email protected]>2012-06-28 02:54:14 +0200
commit200a7544afa6f9ac02d9306448e9c41799b412d8 (patch)
tree35c5675273c65d215120c95b517f1d0d310d421a
parentff9fe94dc2819c5b12c3392dd77676e066c7517d (diff)
downloaddigikam-200a7544afa6f9ac02d9306448e9c41799b412d8.tar.gz
digikam-200a7544afa6f9ac02d9306448e9c41799b412d8.zip
Fix typos.
(cherry picked from commit 0d9fe9c1a4cb38ebb2f6ee096fce6a4e2f4ac75f)
-rw-r--r--ChangeLog10
-rw-r--r--digikam/libs/lprof/cmssheet.cpp2
2 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 4787af44..c4e35de2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22073,7 +22073,7 @@ v0.9.1-rc1 - 19-Feb-2007
* trunk/extragear/graphics/digikam/utilities/slideshow/slideshow.cpp,
trunk/extragear/graphics/digikam/utilities/slideshow/slideshow.h:
digikam from trunk: native Slideshow Tool : limit Comments string
- lenght to 60 char to print.
+ length to 60 char to print.
2007-02-15 09:00 cgilles
@@ -23100,7 +23100,7 @@ v0.9.1-beta1 - 11-Feb-2007
trunk/extragear/graphics/digikam/libs/dmetadata/photoinfocontainer.h,
trunk/extragear/graphics/digikam/libs/imageproperties/cameraitempropertiestab.cpp,
trunk/extragear/graphics/digikam/libs/imageproperties/imagepropertiestab.cpp:
- digikam from trunk : focalLenght ==>focalLength
+ digikam from trunk : focalLength ==>focalLenght
2007-02-05 12:09 cgilles
@@ -32510,7 +32510,7 @@ v0.9.0-beta1 - 20/07/2006
* trunk/extragear/graphics/digikam/libs/widgets/metadata/metadatalistview.cpp,
trunk/extragear/graphics/digikam/libs/widgets/metadata/metadatalistviewitem.cpp:
- digikam from trunk : if a metadata tag lenght is higher than
+ digikam from trunk : if a metadata tag length is higher than
128 char, troncate it to prevent very big tooltips/whatsthis size
2006-06-29 19:34 cgilles
@@ -32767,7 +32767,7 @@ v0.9.0-beta1 - 20/07/2006
trunk/extragear/graphics/digikam/libs/widgets/metadata/worldmapwidget.h:
digikam from trunk : GPSWidget : size of map is 256*128 instead
- 300*150 to reduce at minimum lenght of right sidebar. We cannot
+ 300*150 to reduce at minimum length of right sidebar. We cannot
reduce again this size because this is dependiong of histogram
size now from Color tab. This is suitable and enought for 0.9.0.
@@ -44224,7 +44224,7 @@ v0.9.0-beta1 - 20/07/2006
2006-01-19 10:11 cgilles
- * trunk/extragear/graphics/digikam/libs/dimg/dimg.cpp: fix lenght
+ * trunk/extragear/graphics/digikam/libs/dimg/dimg.cpp: fix length
of data to fill
2006-01-19 09:53 cgilles
diff --git a/digikam/libs/lprof/cmssheet.cpp b/digikam/libs/lprof/cmssheet.cpp
index 88ad8d16..00f1802e 100644
--- a/digikam/libs/lprof/cmssheet.cpp
+++ b/digikam/libs/lprof/cmssheet.cpp
@@ -319,7 +319,7 @@ void xstrupr(char *cp)
*cp += 'A'-'a';
}
-/* A replacement for (the nonstandard) filelenght */
+/* A replacement for (the nonstandard) filelength */
static
int xfilelength(int fd)