Skip to content

Commit addffcb

Browse files
paul-szczepanek-armCruz Monrreal II
authored andcommitted
capitalisation
1 parent 30da672 commit addffcb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

features/netsocket/CellularBase.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
class CellularBase: public NetworkInterface {
2525

2626
public:
27-
/** Get the default Cellular interface.
27+
/** Get the default cellular interface.
2828
*
2929
* This is provided as a weak method so applications can override.
3030
* Default behaviour is to get the target's default interface, if
@@ -34,7 +34,7 @@ class CellularBase: public NetworkInterface {
3434
*/
3535
static CellularBase *get_default_instance();
3636

37-
/** Set the Cellular network credentials.
37+
/** Set the cellular network credentials.
3838
*
3939
* Please check documentation of connect() for default behaviour of APN settings.
4040
*
@@ -51,7 +51,7 @@ class CellularBase: public NetworkInterface {
5151
*/
5252
virtual void set_sim_pin(const char *sim_pin) = 0;
5353

54-
/** Attempt to connect to a Cellular network with a pin and credentials.
54+
/** Attempt to connect to a cellular network with a pin and credentials.
5555
*
5656
* @param sim_pin PIN for the SIM card.
5757
* @param apn Access point name (optional).
@@ -63,7 +63,7 @@ class CellularBase: public NetworkInterface {
6363
const char *uname = 0,
6464
const char *pwd = 0) = 0;
6565

66-
/** Attempt to connect to a Cellular network.
66+
/** Attempt to connect to a cellular network.
6767
*
6868
* If the SIM requires a PIN, and it is invalid or is not set, NSAPI_ERROR_AUTH_ERROR is returned.
6969
*
@@ -115,7 +115,7 @@ class CellularBase: public NetworkInterface {
115115
#if !defined(DOXYGEN_ONLY)
116116

117117
protected:
118-
/** Get the target's default Cellular interface.
118+
/** Get the target's default cellular interface.
119119
*
120120
* This is provided as a weak method so targets can override. The
121121
* default implementation configures and returns the OnBoardModemInterface

0 commit comments

Comments
 (0)