From: Peter Penz Date: Tue, 19 May 2009 07:29:18 +0000 (+0000) Subject: SVN_SILENT: fixed typo in comment X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/232dcda76c486a8d4f0b021bd32b8eef01880595?ds=sidebyside SVN_SILENT: fixed typo in comment svn path=/trunk/KDE/kdebase/apps/; revision=969877 --- diff --git a/src/panels/information/phononwidget.cpp b/src/panels/information/phononwidget.cpp index c54cae306..02f7b32a7 100644 --- a/src/panels/information/phononwidget.cpp +++ b/src/panels/information/phononwidget.cpp @@ -151,7 +151,7 @@ void PhononWidget::showEvent(QShowEvent *event) // Creating an audio player or video player instance might take up to // 2 seconds when doing it the first time. To prevent that the user - // interface gets notizable blocked, the creation is delayed until + // interface gets noticeable blocked, the creation is delayed until // the play button has been pressed (see PhononWidget::play()). } }