┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-05-19 07:29:18 +0000
committerPeter Penz <[email protected]>2009-05-19 07:29:18 +0000
commit232dcda76c486a8d4f0b021bd32b8eef01880595 (patch)
tree8f11a94c8034eb792e200550f5124c244cb9792a
parentec859058c6a4cf82cc247cefbfb71b090a62be73 (diff)
SVN_SILENT: fixed typo in comment
svn path=/trunk/KDE/kdebase/apps/; revision=969877
-rw-r--r--src/panels/information/phononwidget.cpp2
1 files changed, 1 insertions, 1 deletions
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()).
}
}