Browse Source

Update at_client.c

correct a spelling mistake
luofanlu 6 years ago
parent
commit
d65424a51b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/net/at/src/at_client.c

+ 1 - 1
components/net/at/src/at_client.c

@@ -870,7 +870,7 @@ int at_client_init(const char *dev_name,  rt_size_t recv_bufsz)
 
     if (idx >= AT_CLIENT_NUM_MAX)
     {
-        LOG_E("AT client initialize filed! Check the maximum number(%d) of AT client.", AT_CLIENT_NUM_MAX);
+        LOG_E("AT client initialize failed! Check the maximum number(%d) of AT client.", AT_CLIENT_NUM_MAX);
         result = -RT_EFULL;
         goto __exit;
     }