From 43e66db85be91716b469bef435328d4243b536b7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 14 Jun 2018 10:15:15 +0200 Subject: Fix typo --- build2/cc/link-rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build2/cc/link-rule.cxx b/build2/cc/link-rule.cxx index aed0ac2..e4f176a 100644 --- a/build2/cc/link-rule.cxx +++ b/build2/cc/link-rule.cxx @@ -1289,7 +1289,7 @@ namespace build2 { if (!for_install && !la) { - // Top-level sharen library dependency. It is either matched or + // Top-level shared library dependency. It is either matched or // imported so should be a cc library. // if (!cast_false (f->vars[c_system])) -- cgit v1.1