From d2af3d72acb3cff6285a7ee64a3124d774bc258c Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sat, 11 Feb 2023 20:24:47 +0100 Subject: [PATCH] chore: fix typo in comment: `psuedo` -> `pseudo` --- src/libsysprof-ui/sysprof-rapl-aid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsysprof-ui/sysprof-rapl-aid.c b/src/libsysprof-ui/sysprof-rapl-aid.c index 71c5d127..9e2c88ee 100644 --- a/src/libsysprof-ui/sysprof-rapl-aid.c +++ b/src/libsysprof-ui/sysprof-rapl-aid.c @@ -189,7 +189,7 @@ sysprof_rapl_aid_present_finish (SysprofAid *aid, { const SysprofCaptureCounter *ctr = &g_array_index (counters, SysprofCaptureCounter, i); - /* The psuedo counters (core:-1 cpu:-1) have "RAPL" as the group */ + /* The pseudo counters (core:-1 cpu:-1) have "RAPL" as the group */ if (g_strcmp0 (ctr->category, "RAPL") == 0) { GdkRGBA rgba;