X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fsigsession.cpp;h=5ba2e5da06e1a366990824c7b8989526381f0631;hb=5ab6596d54521dcada4ae03fc593b6733d3735e8;hp=b441dab8aaf429608dc6d848b47be4156902e57d;hpb=f45512cb2dda491c2e191b6452bb79b9cf116690;p=pulseview.git diff --git a/pv/sigsession.cpp b/pv/sigsession.cpp index b441dab..5ba2e5d 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))); }