diff --git a/network/netmanager/include/net_connection.h b/network/netmanager/include/net_connection.h index 7a64821bca25756685e7ec0035e4dcf167509d3f..47bd06ce69acf9385b79adce95fe66930d1e800e 100644 --- a/network/netmanager/include/net_connection.h +++ b/network/netmanager/include/net_connection.h @@ -115,7 +115,7 @@ int32_t OH_NetConn_GetConnectionProperties(NetConn_NetHandle *netHandle, NetConn * @since 11 * @version 1.0 */ -int32_t OH_NetConn_GetNetCapabilities(NetConn_NetHandle *netHandle, NetConn_NetCapabilities *netCapacities); +int32_t OH_NetConn_GetNetCapabilities(NetConn_NetHandle *netHandle, NetConn_NetCapabilities *netCapabilities); /** * @brief Obtains the default http proxy.