Skip to content

Commit 10b1977

Browse files
committed
Fix Typos
1 parent e5398b4 commit 10b1977

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

android/sdl_android/src/main/java/com/smartdevicelink/managers/file/filetypes/SdlFile.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public boolean isPersistent() {
252252
}
253253

254254
/**
255-
* Sets the the name of the static file. Static files comes pre-shipped with the head unit
255+
* Sets the name of the static file. Static files comes pre-shipped with the head unit
256256
*
257257
* @param staticIcon a StaticIconName enum value representing the name of a static file that comes pre-shipped with the head unit
258258
*/
@@ -261,7 +261,7 @@ public void setStaticIcon(boolean staticIcon) {
261261
}
262262

263263
/**
264-
* Gets the the name of the static file. Static files comes pre-shipped with the head unit
264+
* Gets the name of the static file. Static files comes pre-shipped with the head unit
265265
*
266266
* @return a StaticIconName enum value representing the name of a static file that comes pre-shipped with the head unit
267267
*/

android/sdl_android/src/main/java/com/smartdevicelink/transport/SdlRouterService.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2467,7 +2467,7 @@ protected void setSDLConnectedStatus(String address, boolean hasSDLConnected) {
24672467
/**
24682468
* Checks to see if a device address has connected to SDL before.
24692469
*
2470-
* @param address the mac address of the device in quesiton
2470+
* @param address the mac address of the device in question
24712471
* @return if this is the first status check of this device
24722472
*/
24732473
protected boolean isFirstStatusCheck(String address) {
@@ -2478,7 +2478,7 @@ protected boolean isFirstStatusCheck(String address) {
24782478
/**
24792479
* Checks to see if a device address has connected to SDL before.
24802480
*
2481-
* @param address the mac address of the device in quesiton
2481+
* @param address the mac address of the device in question
24822482
* @return if an SDL connection has ever been established with this device
24832483
*/
24842484
protected boolean hasSDLConnected(String address) {
@@ -2973,7 +2973,7 @@ private LocalRouterService(Intent intent, int version, long timeStamp, Component
29732973
/**
29742974
* Check if input is newer than this version
29752975
*
2976-
* @param service a reference to another possible router service that is in quesiton
2976+
* @param service a reference to another possible router service that is in question
29772977
* @return if the supplied service is newer than this one
29782978
*/
29792979
public boolean isNewer(@SuppressWarnings("deprecation") LocalRouterService service) {

android/sdl_android/src/main/java/com/smartdevicelink/transport/utl/SdlDeviceListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ public static boolean isFeatureSupported(List<SdlAppInfo> sdlAppInfoList) {
352352

353353
/**
354354
* Callback for the SdlDeviceListener. It will return if the supplied device makes a bluetooth
355-
* connection on the SDL UUID RFCOMM chanel or not. Most of the time the only callback that
355+
* connection on the SDL UUID RFCOMM channel or not. Most of the time the only callback that
356356
* matters will be the onTransportConnected.
357357
*/
358358
public interface Callback {

android/sdl_android/src/main/java/com/smartdevicelink/util/AndroidTools.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ public static void saveVehicleType(Context context, VehicleType vehicleType, Str
331331
*
332332
* @param context a context to access Android system services through.
333333
* @param component a component name of a LocalRouterService.
334-
* @param manifestFieldId a string resources id that indicates an unique name for the vehicle data in the manifest.
334+
* @param manifestFieldId a string resources id that indicates a unique name for the vehicle data in the manifest.
335335
* @return The list of vehicle types, or null if an error occurred or field was not found.
336336
*/
337337
public static @Nullable List<VehicleType> getVehicleTypesFromManifest(Context context, ComponentName component, int manifestFieldId) {

base/src/main/java/com/smartdevicelink/managers/screen/SoftButtonObject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public List<SoftButtonState> getStates() {
270270
}
271271

272272
/**
273-
* Set the the SoftButtonState list
273+
* Set the SoftButtonState list
274274
*
275275
* @param states a list of the object's soft button states. <strong>states should be unique for every SoftButtonObject. A SoftButtonState instance cannot be reused for multiple SoftButtonObjects.</strong>
276276
*/

base/src/main/java/com/smartdevicelink/proxy/RPCStruct.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public JSONObject serializeJSON(byte protocolVersion) throws JSONException {
117117
}
118118

119119
/**
120-
* This method should clean the the RPC to make sure it is compliant with the spec.
120+
* This method should clean the RPC to make sure it is compliant with the spec.
121121
* <br><br><b> NOTE:</b> Super needs to be called at the END of the method
122122
*
123123
* @param rpcVersion the rpc spec version that has been negotiated. If value is null the

base/src/main/java/com/smartdevicelink/proxy/rpc/AddCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public Integer getCmdID() {
176176
}
177177

178178
/**
179-
* <p>Sets an Unique Command ID that identifies the command. Is returned in an
179+
* <p>Sets a Unique Command ID that identifies the command. Is returned in an
180180
* <i>{@linkplain OnCommand}</i> notification to identify the command
181181
* selected by the user</p>
182182
*

0 commit comments

Comments
 (0)