From bf1b421cabf07b7f40026942df4745b6864960bc Mon Sep 17 00:00:00 2001 From: Ananya Date: Mon, 9 Oct 2023 17:17:55 +0530 Subject: [PATCH] fix: typo libary -> library #1565 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index cb4604ad614d5..5bc6a8b1f71bf 100644 --- a/SConstruct +++ b/SConstruct @@ -298,7 +298,7 @@ add_option( add_option( 'use-glibcxx-debug', - help='Enable the glibc++ debug implementations of the C++ standard libary', + help='Enable the glibc++ debug implementations of the C++ standard library', nargs=0, )