Skip to content

Commit 6b2a8f6

Browse files
committed
spelling
1 parent 1802439 commit 6b2a8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithm/APRParameters.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class APRParameters {
6464

6565
void validate_parameters(){
6666
if (sigma_th == 0){
67-
std::cerr << "Warning: sigma_th is set to 0, this may results in unexpected results due to divide by zero erros. Consider setting this to a non-zero small value, if it is not needed." << std::endl;
67+
std::cerr << "Warning: sigma_th is set to 0, this may result in unexpected results due to divide by zero errors. Consider setting this to a non-zero small value, if it is not needed." << std::endl;
6868
}
6969
}
7070
};

0 commit comments

Comments
 (0)