Skip to content

Commit 4928327

Browse files
Merge pull request #1755 from smartdevicelink/Update-grammatical/spelling-errors
Update spelling/ Grammar errors
2 parents 92b8ccb + b25de3a commit 4928327

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2454,7 +2454,7 @@ private synchronized boolean bluetoothConnect(BluetoothDevice device) {
24542454
/**
24552455
* Set the connection establishment status of the particular device
24562456
*
2457-
* @param address address of the device in quesiton
2457+
* @param address address of the device in question
24582458
* @param hasSDLConnected true if a connection has been established, false if not
24592459
*/
24602460
protected void setSDLConnectedStatus(String address, boolean hasSDLConnected) {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
* <td>endTime</td>
7373
* <td>StartTime</td>
7474
* <td> EndTime can be provided for "COUNTUP" and "COUNTDOWN"; to be used to calculate any visual progress bar (if not provided, this feature is ignored)
75-
* If endTime is greater then startTime for COUNTDOWN or less than startTime for COUNTUP, then the request will return an INVALID_DATA.
75+
* If endTime is greater than startTime for COUNTDOWN or less than startTime for COUNTUP, then the request will return an INVALID_DATA.
7676
* endTime will be ignored for "RESUME", and "CLEAR"
7777
* endTime can be sent for "PAUSE", in which case it will update the paused endTime</td>
7878
* <td>N</td>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ public List<SoftButton> getSoftButtons() {
534534
}
535535

536536
/**
537-
* Sets the the Soft buttons defined by the App
537+
* Sets the Soft buttons defined by the App
538538
*
539539
* @param softButtons a List value representing the Soft buttons defined by the
540540
* App

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
import java.util.Hashtable;
4040

4141
/**
42-
* Struct that indicates the a SystemCapabilityType and houses different structs to describe particular capabilities
42+
* Struct that indicates the SystemCapabilityType and houses different structs to describe particular capabilities
4343
*/
4444

4545
public class SystemCapability extends RPCStruct {

base/src/main/java/com/smartdevicelink/util/BitConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public static short shortFromByteArray(byte[] sizeBuf, int offset) {
163163
* Converts the byte array into a string of hex values.
164164
*
165165
* @param bytes byte array that will be converted to hex
166-
* @param end EXCLUSIVE so if it it receives 10 it will print 0-9
166+
* @param end EXCLUSIVE so if it receives 10 it will print 0-9
167167
* @return the String containing converted hex values or null if byte array is null
168168
*/
169169
public static String bytesToHex(byte[] bytes, int end) {

0 commit comments

Comments
 (0)