| Index: chrome/browser/ui/cocoa/gesture_utils.mm
|
| diff --git a/chrome/browser/ui/cocoa/gesture_utils.mm b/chrome/browser/ui/cocoa/gesture_utils.mm
|
| index dbbd038ff70ac0c4365b22a54af45d7b7039ce66..ff4ebfdd002b9583ddbac14899c92adc1f7b2042 100644
|
| --- a/chrome/browser/ui/cocoa/gesture_utils.mm
|
| +++ b/chrome/browser/ui/cocoa/gesture_utils.mm
|
| @@ -40,7 +40,7 @@ BOOL IsScrollDirectionInverted() {
|
|
|
| NSUserDefaults* defaults = [NSUserDefaults standardUserDefaults];
|
| // The defaults must be synchronized here otherwise a stale value will be
|
| - // returned for an indeterminante amount of time. For some reason, this is
|
| + // returned for an indeterminate amount of time. For some reason, this is
|
| // not necessary in |-recognizeTwoFingerGestures|.
|
| [defaults synchronize];
|
| return [defaults boolForKey:@"com.apple.swipescrolldirection"];
|
|
|