From 1ac9846eac2e6fc5d5dd6708a7cc8f28d15eb305 Mon Sep 17 00:00:00 2001 From: xjm <xjm@65776.no-reply.drupal.org> Date: Thu, 5 Jan 2017 07:26:27 -0600 Subject: [PATCH] Issue #2829484 by vegantriathlete, 20th, xjm: Incorrect spelling of possessive "its own" in multiple comments --- core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php | 2 +- core/modules/outside_in/css/outside_in.theme.css | 4 ++-- core/scripts/run-tests.sh | 2 +- core/themes/bartik/css/components/block.css | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php b/core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php index d0f747457746..8ada1075b6a0 100644 --- a/core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php +++ b/core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php @@ -558,7 +558,7 @@ public static function submit($form, FormStateInterface $form_state) { } // If there are more files uploaded via the same widget, we have to separate - // them, as we display each file in it's own widget. + // them, as we display each file in its own widget. $new_values = array(); foreach ($submitted_values as $delta => $submitted_value) { if (is_array($submitted_value['fids'])) { diff --git a/core/modules/outside_in/css/outside_in.theme.css b/core/modules/outside_in/css/outside_in.theme.css index 438fbb25eb3d..d76a6eca7ca4 100644 --- a/core/modules/outside_in/css/outside_in.theme.css +++ b/core/modules/outside_in/css/outside_in.theme.css @@ -199,7 +199,7 @@ /** * Visual styling for buttons in the Settings Tray module's off canvas tray. - * @todo Move to it's own component: + * @todo Move to its own component: * https://www.drupal.org/node/1945262. */ @@ -239,7 +239,7 @@ /* * Visual styling for dropbutton in the Settings Tray module's off canvas tray. - * @todo Move to it's own component: + * @todo Move to its own component: * https://www.drupal.org/node/1945262. */ diff --git a/core/scripts/run-tests.sh b/core/scripts/run-tests.sh index 29367230a494..64ae223dd4c7 100755 --- a/core/scripts/run-tests.sh +++ b/core/scripts/run-tests.sh @@ -128,7 +128,7 @@ simpletest_script_reporter_timer_stop(); // Ensure all test locks are released once finished. If tests are run with a -// concurrency of 1 the each test will clean up it's own lock. Test locks are +// concurrency of 1 the each test will clean up its own lock. Test locks are // not released if using a higher concurrency to ensure each test method has // unique fixtures. TestDatabase::releaseAllTestLocks(); diff --git a/core/themes/bartik/css/components/block.css b/core/themes/bartik/css/components/block.css index 48e9f3f81b01..0be1a40cd958 100644 --- a/core/themes/bartik/css/components/block.css +++ b/core/themes/bartik/css/components/block.css @@ -3,7 +3,7 @@ * Visual styles for Bartik's blocks. */ -/* Block has it's own content wrapper. */ +/* Block has its own content wrapper. */ .block .content { margin-top: 10px; } -- GitLab