summaryrefslogtreecommitdiffstats
path: root/charts.pro
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@digia.com>2012-04-12 11:54:41 +0300
committerMichal Klocek <michal.klocek@digia.com>2012-04-12 11:54:41 +0300
commitb610c172e3adec05ef15ece3957d5f289c906cfc (patch)
tree9889888e1b995a321364de9a93fdba2c1dfa7ba5 /charts.pro
parentce5f1c8684183a6132f3bdb0ec70b9c4a0c10ecc (diff)
minor. typo
Diffstat (limited to 'charts.pro')
-rw-r--r--charts.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/charts.pro b/charts.pro
index 1d7886c9..c826039f 100644
--- a/charts.pro
+++ b/charts.pro
@@ -10,7 +10,7 @@ local_build:{
message('You can run "make" to build qchart library, examples and demos...')
} else {
message('Running build aginst system libs...')
- message('Bulding only charts library...')
+ message('Building only charts library...')
message('You can run "make install" to build and install charts.')
message('Afterwards you can run "cd examples; qmake ; make " to build examples.')
message('Run qmake CONFIG+=local_build' to build everything at once.)