summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2010-10-26 10:10:34 (GMT)
committerSergio Ahumada <sergio.ahumada@nokia.com>2010-10-26 10:10:34 (GMT)
commitfb25d5d1dbc64b764c11e05b72515f74713a498d (patch)
tree26c9599e379addb6f1af1cad2c64788d7c4f8276 /util
parent9c61980b344ae6302bb0b57764c1840164745a71 (diff)
downloadQt-fb25d5d1dbc64b764c11e05b72515f74713a498d.zip
Qt-fb25d5d1dbc64b764c11e05b72515f74713a498d.tar.gz
Qt-fb25d5d1dbc64b764c11e05b72515f74713a498d.tar.bz2
Doc : Fixing typo.
Diffstat (limited to 'util')
-rw-r--r--util/normalize/main.cpp2
-rw-r--r--util/s60pixelmetrics/pm_mapperapp.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/util/normalize/main.cpp b/util/normalize/main.cpp
index 4658b5e..65b8d51 100644
--- a/util/normalize/main.cpp
+++ b/util/normalize/main.cpp
@@ -159,7 +159,7 @@ int main(int argc, char *argv[])
printf("usage: normalize [--modify] <path>\n");
printf(" <path> can be a single file or a directory (default: look for *.cpp recursively)");
printf(" Outputs all filenames that contain non-normalized SIGNALs and SLOTs\n");
- printf(" with --modify: fix all occurences of non-normalized SIGNALs and SLOTs\n");
+ printf(" with --modify: fix all occurrences of non-normalized SIGNALs and SLOTs\n");
return 1;
}
diff --git a/util/s60pixelmetrics/pm_mapperapp.cpp b/util/s60pixelmetrics/pm_mapperapp.cpp
index d68a0b0..b0c4eaf 100644
--- a/util/s60pixelmetrics/pm_mapperapp.cpp
+++ b/util/s60pixelmetrics/pm_mapperapp.cpp
@@ -299,7 +299,7 @@ void CPixelMetricsMapperAppUi::HandleCommandL( TInt aCommand )
TInt height = screenRect.Height();
TInt width = screenRect.Width();
TBuf16<32> tgt;
- // HEIGTH
+ // HEIGHT
tgt.Append(_L("height: \t"));
tgt.AppendNum(height, EDecimal); // put max height into text file
ShowL( tgt, last );