mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 08:18:25 +02:00
Fix various typos in the source code
## Description Fix various typos in the source code. This includes user facing code, documentation, and source comments. This PR has not been tested. Closes #1605
This commit is contained in:
parent
92004286fd
commit
f4dcf6557f
21 changed files with 30 additions and 30 deletions
|
@ -170,7 +170,7 @@ then it checks the number of features that validates this model and iterate thro
|
|||
desc.BoolParam(
|
||||
name='crossMatching',
|
||||
label='Cross Matching',
|
||||
description='Make sure that the matching process is symmetric (same matches for I->J than fo J->I)',
|
||||
description='Make sure that the matching process is symmetric (same matches for I->J than for J->I)',
|
||||
value=False,
|
||||
uid=[0],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue