]> sigrok.org Git - pulseview.git/commitdiff
SigSession: Fix typo in comment.
authorJens Steinhauser <redacted>
Thu, 22 May 2014 20:03:20 +0000 (22:03 +0200)
committerJoel Holdsworth <redacted>
Fri, 23 May 2014 20:07:36 +0000 (21:07 +0100)
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)));
 }