lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAP-5=fVZ-mQTRzA2qkW2NjB_W_AvNJJ7mNJj5cBh1jJX7X8Btw@mail.gmail.com>
Date: Thu, 4 Sep 2025 08:57:03 -0700
From: Ian Rogers <irogers@...gle.com>
To: Colin Ian King <colin.i.king@...il.com>
Cc: Peter Zijlstra <peterz@...radead.org>, Ingo Molnar <mingo@...hat.com>, 
	Arnaldo Carvalho de Melo <acme@...nel.org>, Namhyung Kim <namhyung@...nel.org>, 
	Mark Rutland <mark.rutland@....com>, 
	Alexander Shishkin <alexander.shishkin@...ux.intel.com>, Jiri Olsa <jolsa@...nel.org>, 
	Adrian Hunter <adrian.hunter@...el.com>, kan.liang@...ux.intel.com, 
	linux-perf-users@...r.kernel.org, kernel-janitors@...r.kernel.org, 
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] perf python: Fix spelling mistake "metics" -> "metrics"

On Thu, Sep 4, 2025 at 2:09 AM Colin Ian King <colin.i.king@...il.com> wrote:
>
> There is a spelling mistake in a Python doc string. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@...il.com>

Thanks Colin you are a star!

Reviewed-by: Ian Rogers <irogers@...gle.com>
Fixes: d0550be70f7a ("perf python: Add parse_metrics function")

Ian

> ---
>  tools/perf/util/python.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/util/python.c b/tools/perf/util/python.c
> index 47178404802f..779fe1280a56 100644
> --- a/tools/perf/util/python.c
> +++ b/tools/perf/util/python.c
> @@ -2187,7 +2187,7 @@ static PyMethodDef perf__methods[] = {
>                 .ml_meth  = (PyCFunction) pyrf__parse_metrics,
>                 .ml_flags = METH_VARARGS,
>                 .ml_doc   = PyDoc_STR(
> -                       "Parse a string of metics or metric groups and return an evlist.")
> +                       "Parse a string of metrics or metric groups and return an evlist.")
>         },
>         {
>                 .ml_name  = "pmus",
> --
> 2.51.0
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ