no bug - Correct some typos in the comments. a=typo-fix
[gecko.git] / accessible / mac / MOXLandmarkAccessibles.mm
blob4a3aa8f59757760dabda99c1420b7e206f807ce6
1 /* -*- (Mode: Objective-C++; tab-width: 2; indent-tabs-mode: nil;
2  * c-basic-offset:) 2 -*- */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4  * License, v. 2.0. If a copy of the MPL was not distributed with this
5  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 #import "MOXLandmarkAccessibles.h"
9 @implementation MOXLandmarkAccessible
11 - (NSString*)moxTitle {
12   return @"";
15 @end