From 9baff3e19c5971bc54f965a4cac2186b6ad1ec1d Mon Sep 17 00:00:00 2001
From: Xueyu Gao <gaoxueyu_hope@163.com>
Date: Wed, 31 Dec 2025 17:27:43 +0800
Subject: [PATCH] Fix the a in .cirrus.tasks.yml

Author: Xueyu Gao <gaoxueyu_hope@163.com>
---
 .cirrus.tasks.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml
index 038d043d00e..84ddd014072 100644
--- a/.cirrus.tasks.yml
+++ b/.cirrus.tasks.yml
@@ -636,7 +636,7 @@ task:
   env:
     CPUS: 4 # always get that much for cirrusci macOS instances
     BUILD_JOBS: $CPUS
-    # Test performance regresses noticably when using all cores. 8 seems to
+    # Test performance regresses noticeably when using all cores. 8 seems to
     # work OK. See
     # https://postgr.es/m/20220927040208.l3shfcidovpzqxfh%40awork3.anarazel.de
     TEST_JOBS: 8
-- 
2.43.0

