mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
Correct spelling in comments and docs.
Change-Id: Iad9a0599d644d3b3cd54244edaf64d408cb1308e
This commit is contained in:
@@ -120,7 +120,7 @@ class CostFunctionToFunctor {
|
||||
if (parameter_block_sizes.size() == num_parameter_blocks) {
|
||||
for (int block = 0; block < num_parameter_blocks; ++block) {
|
||||
CHECK_EQ(ParameterDims::GetDim(block), parameter_block_sizes[block])
|
||||
<< "Parameter block size missmatch. The specified static parameter "
|
||||
<< "Parameter block size mismatch. The specified static parameter "
|
||||
"block dimension does not match the one from the cost function.";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user