X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fsession.cpp;h=9fd8fb3eb9b5bdf6a1c03cf5f457e9b5113de493;hp=c885d37aaeea5edf3cd385712b227b95d55df105;hb=39ccf9c39ec5c1ddeb5ba62f77cc811a2598bf72;hpb=24fa726ff2bbd151264336e764a748b8f4d40968 diff --git a/pv/session.cpp b/pv/session.cpp index c885d37a..9fd8fb3e 100644 --- a/pv/session.cpp +++ b/pv/session.cpp @@ -581,7 +581,7 @@ void Session::feed_in_analog(shared_ptr 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;