File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ class String {
98
98
99
99
// returns true on success, false on failure (in which case, the string
100
100
// is left unchanged). if the argument is null or invalid, the
101
- // concatenation is considered unsucessful .
101
+ // concatenation is considered unsuccessful .
102
102
unsigned char concat (const String &str);
103
103
unsigned char concat (const char *cstr);
104
104
unsigned char concat (char c);
@@ -199,7 +199,7 @@ class String {
199
199
unsigned char startsWith (const String &prefix, unsigned int offset) const ;
200
200
unsigned char endsWith (const String &suffix) const ;
201
201
202
- // character acccess
202
+ // character access
203
203
char charAt (unsigned int index) const ;
204
204
void setCharAt (unsigned int index, char c);
205
205
char operator [](unsigned int index) const ;
You can’t perform that action at this time.
0 commit comments