]> sigrok.org Git - pulseview.git/blobdiff - pv/session.cpp
Fix a bunch of random typos.
[pulseview.git] / pv / session.cpp
index c885d37aaeea5edf3cd385712b227b95d55df105..9fd8fb3eb9b5bdf6a1c03cf5f457e9b5113de493 100644 (file)
@@ -581,7 +581,7 @@ void Session::feed_in_analog(shared_ptr<Analog> analog)
                if (iter != cur_analog_segments_.end())
                        segment = (*iter).second;
                else {
-                       // If no segment was found, this means we havn't
+                       // If no segment was found, this means we haven't
                        // created one yet. i.e. this is the first packet
                        // in the sweep containing this segment.
                        sweep_beginning = true;