Skip to content

Commit 19e834a

Browse files
committed
Correct spelling
1 parent 62c636d commit 19e834a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OAuthClient.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ String OAuthClient::calculateSignature(const char* method, const char* url, unsi
315315

316316
*temp = '\0';
317317

318-
// caculate the number of parameters
318+
// calculate the number of parameters
319319
int numParams = 0;
320320
for (int i = 0; i < paramsLength; i++) {
321321
if (params[i] == '=') {

0 commit comments

Comments
 (0)