Fix typo
This commit is contained in:
parent
ac4361b8d9
commit
1479911750
|
@ -849,7 +849,7 @@ int cmCTest::ConfigureDirectory()
|
|||
std::string end_time = ::CurrentTime();
|
||||
os << "\t<EndDateTime>" << end_time << "</EndDateTime>\n"
|
||||
<< "</Configure>\n"
|
||||
<< "</site>" << std::endl;
|
||||
<< "</Site>" << std::endl;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue