From 5841bb58a721abe1a556a7b7677a4bb39dc8b02f Mon Sep 17 00:00:00 2001 From: Arnaud Bienner Date: Fri, 19 Aug 2011 22:31:48 +0200 Subject: [PATCH] Correct typo in comment --- src/devices/cddadevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/cddadevice.cpp b/src/devices/cddadevice.cpp index 5089c6fe5..fb3fa1068 100644 --- a/src/devices/cddadevice.cpp +++ b/src/devices/cddadevice.cpp @@ -40,7 +40,7 @@ CddaDevice::~CddaDevice(){ void CddaDevice::Init() { QMutexLocker locker(&mutex_init_); - song_count_ = 0; // Reset soug count, in case it was already set + song_count_ = 0; // Reset song count, in case it was already set cdio_ = cdio_open (url_.path().toLocal8Bit().constData(), DRIVER_DEVICE); if (cdio_ == NULL) { return;