X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fsigsession.cpp;h=5ba2e5da06e1a366990824c7b8989526381f0631;hb=40065ab65c4f347ac5c3731fcea628ab26b49c1e;hp=b441dab8aaf429608dc6d848b47be4156902e57d;hpb=8bd26d8b9c831b509ee3241ea4dac6f50c023622;p=pulseview.git 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))); }