| Index: media/video/capture/video_capture_types.h
|
| diff --git a/media/video/capture/video_capture_types.h b/media/video/capture/video_capture_types.h
|
| index 36cc54ad827955005e5fd566afa1dae78dfb1f29..80804318030a572a9f6b79cf582cd3b75aea4b77 100644
|
| --- a/media/video/capture/video_capture_types.h
|
| +++ b/media/video/capture/video_capture_types.h
|
| @@ -36,7 +36,7 @@ enum ResolutionChangePolicy {
|
| // Capture device outputs a fixed resolution all the time. The resolution of
|
| // the first frame is the resolution for all frames.
|
| // It is implementation specific for the capture device to scale, letter-box
|
| - // and pillar-box. The only gurantee is that resolution will never change.
|
| + // and pillar-box. The only guarantee is that resolution will never change.
|
| RESOLUTION_POLICY_FIXED,
|
|
|
| // Capture device outputs frames with dynamic resolution. The width and height
|
|
|