Skip to content

Commit 78ac176

Browse files
ClemensLinnhoffpmai
authored andcommitted
Change grey to gray in comments
Signed-off-by: ClemensLinnhoff <clemens.linnhoff@partner.bmw.de>
1 parent 0cf00c0 commit 78ac176

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

osi_common.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ message SpatialSignalStrength
673673
//
674674
message ColorDescription
675675
{
676-
// Greyscale color model
676+
// Grayscale color model
677677
//
678678
optional ColorGrey grey = 1;
679679

@@ -699,13 +699,13 @@ message ColorDescription
699699
}
700700

701701
//
702-
// \brief Greyscale color model
702+
// \brief Grayscale color model
703703
//
704-
// ColorGrey defines a greyscale.
704+
// ColorGrey defines a grayscale.
705705
//
706706
message ColorGrey
707707
{
708-
// Definition of a greyscale
708+
// Definition of a grayscale
709709
//
710710
// Range: [0,1]
711711
//

0 commit comments

Comments
 (0)