diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-01-10 09:24:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-01-10 09:24:52 +0200 |
commit | 32ca0e7d4b56bc523ee3f3c8d6a0c1631044baa7 (patch) | |
tree | 6d7a8d5abf181d6b2fc49a6be2f1d0f4435f6db8 /libbuild2/cc/pkgconfig.cxx | |
parent | 8bda0cde0a0ce2b713753666c438df8638583b91 (diff) |
Fix bunch of typos
Diffstat (limited to 'libbuild2/cc/pkgconfig.cxx')
-rw-r--r-- | libbuild2/cc/pkgconfig.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/pkgconfig.cxx b/libbuild2/cc/pkgconfig.cxx index 7c9f9b1..b0b9675 100644 --- a/libbuild2/cc/pkgconfig.cxx +++ b/libbuild2/cc/pkgconfig.cxx @@ -335,7 +335,7 @@ namespace build2 // normalize() may not be correct. // // Note that we do normalize -L paths in the usrd logic later - // (but not when seeting as *.export.loptions). + // (but not when setting as *.export.loptions). for (const string& x: ops) { |