Skip to content
Snippets Groups Projects
Commit 1ac9846e authored by Jess's avatar Jess
Browse files

Issue #2829484 by vegantriathlete, 20th, xjm: Incorrect spelling of possessive...

Issue #2829484 by vegantriathlete, 20th, xjm: Incorrect spelling of possessive "its own" in multiple comments
parent efb8f715
No related branches found
No related tags found
No related merge requests found
...@@ -558,7 +558,7 @@ public static function submit($form, FormStateInterface $form_state) { ...@@ -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 // 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(); $new_values = array();
foreach ($submitted_values as $delta => $submitted_value) { foreach ($submitted_values as $delta => $submitted_value) {
if (is_array($submitted_value['fids'])) { if (is_array($submitted_value['fids'])) {
......
...@@ -199,7 +199,7 @@ ...@@ -199,7 +199,7 @@
/** /**
* Visual styling for buttons in the Settings Tray module's off canvas tray. * 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. * https://www.drupal.org/node/1945262.
*/ */
...@@ -239,7 +239,7 @@ ...@@ -239,7 +239,7 @@
/* /*
* Visual styling for dropbutton in the Settings Tray module's off canvas tray. * 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. * https://www.drupal.org/node/1945262.
*/ */
......
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
simpletest_script_reporter_timer_stop(); simpletest_script_reporter_timer_stop();
// Ensure all test locks are released once finished. If tests are run with a // 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 // not released if using a higher concurrency to ensure each test method has
// unique fixtures. // unique fixtures.
TestDatabase::releaseAllTestLocks(); TestDatabase::releaseAllTestLocks();
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* Visual styles for Bartik's blocks. * Visual styles for Bartik's blocks.
*/ */
/* Block has it's own content wrapper. */ /* Block has its own content wrapper. */
.block .content { .block .content {
margin-top: 10px; margin-top: 10px;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment