mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Misc. modules/ typos (cont.)
Found via `codespell`
This commit is contained in:
@@ -32,7 +32,7 @@ int solve_deg3(double a, double b, double c, double d,
|
||||
double & x0, double & x1, double & x2)
|
||||
{
|
||||
if (a == 0) {
|
||||
// Solve second order sytem
|
||||
// Solve second order system
|
||||
if (b == 0) {
|
||||
// Solve first order system
|
||||
if (c == 0)
|
||||
|
||||
Reference in New Issue
Block a user