From 429a38d75c6750d096329dff9749589c916a5b81 Mon Sep 17 00:00:00 2001 From: thomas-hodgson Date: Wed, 29 Apr 2026 11:22:56 +0200 Subject: [PATCH] fix typo 'Tracker' not 'Tacker' --- episodes/01-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/01-basics.md b/episodes/01-basics.md index 78037ead79..073fdc5408 100644 --- a/episodes/01-basics.md +++ b/episodes/01-basics.md @@ -82,7 +82,7 @@ systems, to track changes in the Linux kernel. Torvalds provided several explanations of the name, of varying degrees of politeness, which are enumerated in the [project's README](https://github.com/git/git/blob/master/README.md?plain=1#L55), -including "Global Information Tacker" for when "you're in a good mood". +including "Global Information Tracker" for when "you're in a good mood". For those interested, The Carpentries has a [Version Control with Mercurial](https://swcarpentry.github.io/hg-novice/) lesson (2013-2018), which provides additional context and historical perspective. ::::::::::::::::::::::::::::::::::::::::::::::::::