From 5ab6596d54521dcada4ae03fc593b6733d3735e8 Mon Sep 17 00:00:00 2001 From: Jens Steinhauser Date: Thu, 22 May 2014 22:03:20 +0200 Subject: [PATCH] SigSession: Fix typo in comment. --- pv/sigsession.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))); } -- 2.30.2