From 3b08fc29eff1fa61c3fd317ca5321d47cddd9c69 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 27 Feb 2023 12:39:51 +0100 Subject: Various typo fixes Co-authored-by: Sascha Roloff --- CC/RULES | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CC') diff --git a/CC/RULES b/CC/RULES index 3bfd200..2b420fb 100644 --- a/CC/RULES +++ b/CC/RULES @@ -2,7 +2,7 @@ { "doc": [ "A rule to provide defaults." , "All CC targets take their defaults for CC, CXX, flags, etc from" - , "the target [\"CC\", \"defaults\"]. This is probably the only sensibe" + , "the target [\"CC\", \"defaults\"]. This is probably the only sensible" , "use of this rule. As targets form a different root, the defaults" , "can be provided without changing this directory." ] @@ -149,7 +149,7 @@ , "with \"/\"." ] , "pure C": - [ "If non-empty, compile as C sources rathter than C++ sources." + [ "If non-empty, compile as C sources rather than C++ sources." , "In particular, CC is used to compile rather than CXX (or their" , "respective defaults)." ] @@ -235,7 +235,7 @@ ] , "link-args": [ "List of strings that have to be added to the command line for linking actions" - , "in targets depending on on this library" + , "in targets depending on this library" ] } , "anonymous": -- cgit v1.2.3