SigSession: Fix typo in comment.
[pulseview.git] / pv / sigsession.cpp
index b441dab8aaf429608dc6d848b47be4156902e57d..5ba2e5da06e1a366990824c7b8989526381f0631 100644 (file)
@@ -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<device::DevInst>());
        set_device(shared_ptr<device::DevInst>(device::File::create(name)));
 }