projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f45512c
)
SigSession: Fix typo in comment.
author
Jens Steinhauser
<jens.steinhauser@gmail.com>
Thu, 22 May 2014 20:03:20 +0000
(22:03 +0200)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Fri, 23 May 2014 20:07:36 +0000
(21:07 +0100)
pv/sigsession.cpp
patch
|
blob
|
history
diff --git
a/pv/sigsession.cpp
b/pv/sigsession.cpp
index b441dab8aaf429608dc6d848b47be4156902e57d..5ba2e5da06e1a366990824c7b8989526381f0631 100644
(file)
--- 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
- // dest
or
ys the old session inside libsigrok.
+ // Des
e
lect the old device, because file type detection in File::create
+ // dest
ro
ys the old session inside libsigrok.
set_device(shared_ptr<device::DevInst>());
set_device(shared_ptr<device::DevInst>(device::File::create(name)));
}