From b610c172e3adec05ef15ece3957d5f289c906cfc 2012-04-12 08:54:41 From: Michal Klocek Date: 2012-04-12 08:54:41 Subject: [PATCH] minor. typo --- diff --git a/charts.pro b/charts.pro index 1d7886c..c826039 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.)