From 0c63d9e24fcaef1f3cb09823d5765e7fb48bc89e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 20 Dec 2008 18:24:41 +0000 Subject: - Patch #349504 by keith.smith: clean up sentence spacing in code comments. --- modules/simpletest/drupal_web_test_case.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/simpletest/drupal_web_test_case.php') diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php index 60382b6bf..0185c632c 100644 --- a/modules/simpletest/drupal_web_test_case.php +++ b/modules/simpletest/drupal_web_test_case.php @@ -806,7 +806,7 @@ class DrupalWebTestCase { drupal_install_modules($modules); // Because the schema is static cached, we need to flush - // it between each run. If we don't, then it will contain + // it between each run. If we don't, then it will contain // stale data for the previous run's database prefix and all // calls to it will fail. drupal_get_schema(NULL, TRUE); @@ -1033,8 +1033,8 @@ class DrupalWebTestCase { protected function drupalGet($path, array $options = array(), array $headers = array()) { $options['absolute'] = TRUE; - // We re-using a CURL connection here. If that connection still has certain - // options set, it might change the GET into a POST. Make sure we clear out + // We re-using a CURL connection here. If that connection still has certain + // options set, it might change the GET into a POST. Make sure we clear out // previous options. $out = $this->curlExec(array(CURLOPT_HTTPGET => TRUE, CURLOPT_URL => url($path, $options), CURLOPT_NOBODY => FALSE, CURLOPT_HTTPHEADER => $headers)); $this->refreshVariables(); // Ensure that any changes to variables in the other thread are picked up. -- cgit v1.2.3