dawn: fix typos

This commit is contained in:
Polynomialdivision 2020-04-10 10:13:48 +02:00
parent a25bb91f37
commit 5709b96a4d
7 changed files with 14 additions and 14 deletions

View file

@ -87,7 +87,7 @@ int get_bandwidth_iwinfo(uint8_t *client_addr, float *rx_rate, float *tx_rate) {
struct dirent *entry;
dirp = opendir(hostapd_dir_glob); // error handling?
if (!dirp) {
fprintf(stderr, "[BANDWITH INFO] Failed to open %s\n", hostapd_dir_glob);
fprintf(stderr, "[BANDWIDTH INFO] Failed to open %s\n", hostapd_dir_glob);
return 0;
}