Skip to content

Commit 35de665

Browse files
authored
fix(pr): Fix typo in comment about timeout occurrence
1 parent 1899a0a commit 35de665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/PPP/src/PPP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class PPPClass : public NetworkInterface {
7575
// Send AT command with timeout in milliseconds
7676
// Function deprecated - kept for backward compatibility
7777
// Function may return empty string in multiple cases:
78-
// - When timeout occured;
78+
// - When timeout occurred;
7979
// - When "OK" AT response was received;
8080
// - When "ERROR" AT response was received.
8181
// For more detailed return, usage of `bool PPPClass::cmd(at_command, response, timeout)` is recommended.

0 commit comments

Comments
 (0)