Fix some typos in comments
This commit is contained in:
parent
1051df45e3
commit
5eae6de2f4
3 changed files with 4 additions and 4 deletions
|
@ -869,7 +869,7 @@ void CM_AddFacetBevels( facet_t *facet ) {
|
|||
if (CM_PlaneEqual(&planes[facet->surfacePlane], plane, &flipped)) {
|
||||
continue;
|
||||
}
|
||||
// see if the plane is allready present
|
||||
// see if the plane is already present
|
||||
for ( i = 0 ; i < facet->numBorders ; i++ ) {
|
||||
if (CM_PlaneEqual(&planes[facet->borderPlanes[i]], plane, &flipped))
|
||||
break;
|
||||
|
@ -933,7 +933,7 @@ void CM_AddFacetBevels( facet_t *facet ) {
|
|||
if (CM_PlaneEqual(&planes[facet->surfacePlane], plane, &flipped)) {
|
||||
continue;
|
||||
}
|
||||
// see if the plane is allready present
|
||||
// see if the plane is already present
|
||||
for ( i = 0 ; i < facet->numBorders ; i++ ) {
|
||||
if (CM_PlaneEqual(&planes[facet->borderPlanes[i]], plane, &flipped)) {
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue