From 85726ee4547dda0a931f95efae2cbdce0bad5176 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Sat, 23 Apr 2016 23:24:08 -0400 Subject: [PATCH] fix typos --- pd/nw/css/c64.css | 2 +- pd/nw/css/default.css | 2 +- pd/nw/css/extended.css | 2 +- pd/nw/css/inverted.css | 2 +- pd/nw/css/strongbad.css | 2 +- pd/nw/css/subdued.css | 2 +- pd/nw/css/vanilla.css | 2 +- pd/nw/css/vanilla_inverted.css | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pd/nw/css/c64.css b/pd/nw/css/c64.css index 62ee48db4..b329e1a6b 100644 --- a/pd/nw/css/c64.css +++ b/pd/nw/css/c64.css @@ -249,7 +249,7 @@ text { * the element is contained within a parent element of class "selected" * that parent element is not in class "gop" in plain English: - This lets us highlight an objects border, unless it is inside a gop + This lets us highlight an object's border, unless it is inside a gop canvas. */ :not(.gop).selected .border { diff --git a/pd/nw/css/default.css b/pd/nw/css/default.css index 5eb65aba7..e73297022 100644 --- a/pd/nw/css/default.css +++ b/pd/nw/css/default.css @@ -355,7 +355,7 @@ text { * the element is contained within a parent element of class "selected" * that parent element is not in class "gop" in plain English: - This lets us highlight an objects border, unless it is inside a gop + This lets us highlight an object's border, unless it is inside a gop canvas. */ :not(.gop).selected .border { diff --git a/pd/nw/css/extended.css b/pd/nw/css/extended.css index 13b0b6cf1..5fc378b73 100644 --- a/pd/nw/css/extended.css +++ b/pd/nw/css/extended.css @@ -242,7 +242,7 @@ text { * the element is contained within a parent element of class "selected" * that parent element is not in class "gop" in plain English: - This lets us highlight an objects border, unless it is inside a gop + This lets us highlight an object's border, unless it is inside a gop canvas. */ :not(.gop).selected .border { diff --git a/pd/nw/css/inverted.css b/pd/nw/css/inverted.css index f604cfce8..3886ace71 100644 --- a/pd/nw/css/inverted.css +++ b/pd/nw/css/inverted.css @@ -261,7 +261,7 @@ text { * the element is contained within a parent element of class "selected" * that parent element is not in class "gop" in plain English: - This lets us highlight an objects border, unless it is inside a gop + This lets us highlight an object's border, unless it is inside a gop canvas. */ :not(.gop).selected .border { diff --git a/pd/nw/css/strongbad.css b/pd/nw/css/strongbad.css index faa38b728..ad7642e55 100644 --- a/pd/nw/css/strongbad.css +++ b/pd/nw/css/strongbad.css @@ -251,7 +251,7 @@ text { * the element is contained within a parent element of class "selected" * that parent element is not in class "gop" in plain English: - This lets us highlight an objects border, unless it is inside a gop + This lets us highlight an object's border, unless it is inside a gop canvas. */ :not(.gop).selected .border { diff --git a/pd/nw/css/subdued.css b/pd/nw/css/subdued.css index c6361b71e..f75d66fe4 100644 --- a/pd/nw/css/subdued.css +++ b/pd/nw/css/subdued.css @@ -250,7 +250,7 @@ text { * the element is contained within a parent element of class "selected" * that parent element is not in class "gop" in plain English: - This lets us highlight an objects border, unless it is inside a gop + This lets us highlight an object's border, unless it is inside a gop canvas. */ :not(.gop).selected .border { diff --git a/pd/nw/css/vanilla.css b/pd/nw/css/vanilla.css index face35d82..a105c192a 100644 --- a/pd/nw/css/vanilla.css +++ b/pd/nw/css/vanilla.css @@ -249,7 +249,7 @@ text { * the element is contained within a parent element of class "selected" * that parent element is not in class "gop" in plain English: - This lets us highlight an objects border, unless it is inside a gop + This lets us highlight an object's border, unless it is inside a gop canvas. */ :not(.gop).selected .border { diff --git a/pd/nw/css/vanilla_inverted.css b/pd/nw/css/vanilla_inverted.css index 197b5c86b..6a70632b0 100644 --- a/pd/nw/css/vanilla_inverted.css +++ b/pd/nw/css/vanilla_inverted.css @@ -260,7 +260,7 @@ text { * the element is contained within a parent element of class "selected" * that parent element is not in class "gop" in plain English: - This lets us highlight an objects border, unless it is inside a gop + This lets us highlight an object's border, unless it is inside a gop canvas. */ :not(.gop).selected .border { -- GitLab