aboutsummaryrefslogtreecommitdiffstats
path: root/t/t0212
diff options
context:
space:
mode:
authorAndrew Kreimer <algonell@gmail.com>2024-10-17 14:28:35 +0300
committerTaylor Blau <me@ttaylorr.com>2024-10-17 16:14:56 -0400
commitf1eea0b620b07a51d5455558c807713ef0ba7609 (patch)
tree086d6e5f7fde54f88b6f25bd7522859db6ddc969 /t/t0212
parentThe second batch (diff)
downloadgit-f1eea0b620b07a51d5455558c807713ef0ba7609.tar.gz
git-f1eea0b620b07a51d5455558c807713ef0ba7609.zip
t: fix typos
Fix typos in documentation, comments, etc. Via codespell. Signed-off-by: Andrew Kreimer <algonell@gmail.com> Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 't/t0212')
-rw-r--r--t/t0212/parse_events.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0212/parse_events.perl b/t/t0212/parse_events.perl
index 30a9f51e9f..7146476c69 100644
--- a/t/t0212/parse_events.perl
+++ b/t/t0212/parse_events.perl
@@ -204,7 +204,7 @@ while (<>) {
}
# A series of potentially nested and threaded region and data events
- # is fundamentally incompatibile with the type of summary record we
+ # is fundamentally incompatible with the type of summary record we
# are building in this script. Since they are intended for
# perf-trace-like analysis rather than a result summary, we ignore
# most of them here.