blog/execution-traces-2024: fix spelling error in example

Change-Id: Id7cc0fbfc133ac6f1e2927241b794c665e5f66f3
Reviewed-on: https://go-review.googlesource.com/c/website/+/571855
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
diff --git a/_content/blog/execution-traces-2024/flightrecorder.go b/_content/blog/execution-traces-2024/flightrecorder.go
index 8dd7ec7..7ca8c90 100644
--- a/_content/blog/execution-traces-2024/flightrecorder.go
+++ b/_content/blog/execution-traces-2024/flightrecorder.go
@@ -29,7 +29,7 @@
 
 		// We saw a long request. Take a snapshot!
 		if time.Since(start) > 300*time.Millisecond {
-			// Do it only once for simplicitly, but you can take more than one.
+			// Do it only once for simplicity, but you can take more than one.
 			once.Do(func() {
 				// Grab the snapshot.
 				var b bytes.Buffer