From: Jens Steinhauser Date: Thu, 22 May 2014 20:03:20 +0000 (+0200) Subject: SigSession: Fix typo in comment. X-Git-Tag: pulseview-0.3.0~620 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=5ab6596d54521dcada4ae03fc593b6733d3735e8 SigSession: Fix typo in comment. --- diff --git a/pv/sigsession.cpp b/pv/sigsession.cpp index b441dab8..5ba2e5da 100644 --- a/pv/sigsession.cpp +++ b/pv/sigsession.cpp @@ -120,8 +120,8 @@ void SigSession::set_device( void SigSession::set_file(const string &name) throw(QString) { - // Deslect the old device, because file type detection in File::create - // destorys the old session inside libsigrok. + // Deselect the old device, because file type detection in File::create + // destroys the old session inside libsigrok. set_device(shared_ptr()); set_device(shared_ptr(device::File::create(name))); }