Skip to content
Snippets Groups Projects
Commit 453555a3 authored by Vesa Oikonen's avatar Vesa Oikonen
Browse files

fixed typo

parent 6b4588dd
No related branches found
No related tags found
No related merge requests found
......@@ -669,7 +669,7 @@ int tacSetX(
statusSet(status, __func__, __FILE__, __LINE__, TPCERROR_OK);
return TPCERROR_OK;
}
/* Check that some x values are there to beging with */
/* Check that some x values are there to begin with */
if(!tacIsX(d)) {
statusSet(status, __func__, __FILE__, __LINE__, TPCERROR_NO_X);
return TPCERROR_NO_X;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment