Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(921)

Unified Diff: media/capture/video/mac/platform_video_capturing_mac.h

Issue 1469783002: Cleanup: Correctly spell success(ful). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format media Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/capture/video/mac/platform_video_capturing_mac.h
diff --git a/media/capture/video/mac/platform_video_capturing_mac.h b/media/capture/video/mac/platform_video_capturing_mac.h
index 13cc6a2c669d0718560759ea8557dc8e52b2a83c..7898b97ad3ee7f8dcc67cadc97c60867d8095455 100644
--- a/media/capture/video/mac/platform_video_capturing_mac.h
+++ b/media/capture/video/mac/platform_video_capturing_mac.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MEDIA_VIDEO_CAPTURE_MAC_PLATFORM_VIDEO_CAPTURING_MAC_H_
-#define MEDIA_VIDEO_CAPTURE_MAC_PLATFORM_VIDEO_CAPTURING_MAC_H_
+#ifndef MEDIA_CAPTURE_VIDEO_MAC_PLATFORM_VIDEO_CAPTURING_MAC_H_
+#define MEDIA_CAPTURE_VIDEO_MAC_PLATFORM_VIDEO_CAPTURING_MAC_H_
#import <Foundation/Foundation.h>
@@ -32,7 +32,7 @@ class VideoCaptureDeviceMac;
// device names are usually obtained via VideoCaptureDevice::GetDeviceNames()
// method. This method will also configure all device properties except those in
// setCaptureHeight:width:frameRate. If |deviceId| is nil, capture is stopped
-// and all potential configuration is torn down. Returns YES on sucess, NO
+// and all potential configuration is torn down. Returns YES on success, NO
// otherwise.
- (BOOL)setCaptureDevice:(NSString*)deviceId;
@@ -41,7 +41,7 @@ class VideoCaptureDeviceMac;
width:(int)width
frameRate:(float)frameRate;
-// Starts video capturing, registers observers. Returns YES on sucess, NO
+// Starts video capturing, registers observers. Returns YES on success, NO
// otherwise.
- (BOOL)startCapture;
@@ -50,4 +50,4 @@ class VideoCaptureDeviceMac;
@end
-#endif // MEDIA_VIDEO_CAPTURE_MAC_PLATFORM_VIDEO_CAPTURING_MAC_H_
+#endif // MEDIA_CAPTURE_VIDEO_MAC_PLATFORM_VIDEO_CAPTURING_MAC_H_
« no previous file with comments | « media/audio/mac/audio_low_latency_input_mac.h ('k') | media/capture/video/mac/video_capture_device_avfoundation_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698