X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Futil.cpp;h=6424a9b1b5893b13d212ad1deef61221bea30aef;hp=a452aac4b6eaef7e51f85b9cd6d0b0f37f7b5e19;hb=2601ce965fc455d23f5a964b84ddd74eb93705c4;hpb=34f4a40baa0b4485ebee71d51c0a3bf70a0bad8b diff --git a/pv/util.cpp b/pv/util.cpp index a452aac4..6424a9b1 100644 --- a/pv/util.cpp +++ b/pv/util.cpp @@ -225,12 +225,12 @@ QString format_time_minutes(const Timestamp& t, signed precision, bool sign) } /** - * Split a string into tokens at occurances of the separator. + * Split a string into tokens at occurences of the separator. * - * @param[in] text the input string to split - * @param[in] separator the delimiter between tokens + * @param[in] text The input string to split. + * @param[in] separator The delimiter between tokens. * - * @return a vector of broken down tokens + * @return A vector of broken down tokens. */ vector split_string(string text, string separator) {