Skip to content
Snippets Groups Projects
Commit 76b41cf3 authored by renatog's avatar renatog Committed by renatog
Browse files

Issue #2912486 by RenatoG: Fix typo in project

parent 618583ed
No related branches found
No related tags found
3 merge requests!33Issue #2416897 by Dave Reid: Allow disabling output of lastmod, changefreq,...,!32Issue #2416897 by Dave Reid: Allow disabling output of lastmod, changefreq,...,!3Issue #2244449 by Chris Burge, Dave Reid, philsward, ecvandenberg: Use...
......@@ -119,7 +119,7 @@ function xmlsitemap_file_transfer($uri, $headers) {
print fread($fd, 1024 * 16);
}
fclose($fd);
// Disable session manipulation if PHP transfered a file.
// Disable session manipulation if PHP transferred a file.
drupal_save_session(FALSE);
}
else {
......
......@@ -385,7 +385,7 @@ class XMLSitemapTestHelper extends DrupalWebTestCase {
* Format a watchdog message in a one-line summary.
*
* @param object $message
* A watchdog messsage object.
* A watchdog message object.
*
* @return string
* A string containing the watchdog message's timestamp, severity, type,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment