From 0c6735c6a8ad125fda4d1ffc32937378c7c786c9 Mon Sep 17 00:00:00 2001 From: David Tucker <39198191+davidbtucker@users.noreply.github.com> Date: Tue, 18 Mar 2025 09:48:10 -0400 Subject: [PATCH] Fix typo in 0111.md --- aip/general/0111.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aip/general/0111.md b/aip/general/0111.md index a8e54da348..d0152f8dd1 100644 --- a/aip/general/0111.md +++ b/aip/general/0111.md @@ -65,7 +65,7 @@ specified in the other AIPs ([AIP-131][] through [AIP-135][]). - Data planes are often on the critical path of user-facing functionality, and therefore: - Have higher availabilty requirements than management planes. - - Are more peformance-sensitive than management planes. + - Are more performance-sensitive than management planes. - Require higher-throughput than management planes. @@ -75,4 +75,4 @@ specified in the other AIPs ([AIP-131][] through [AIP-135][]). ## Changelog -- **2023-06-10**: Introduction of this AIP. \ No newline at end of file +- **2023-06-10**: Introduction of this AIP.