src: fix typo

This commit is contained in:
Arnaud Ferraris
2021-10-05 23:40:44 +02:00
parent f68af6405d
commit f03f086fcb
2 changed files with 3 additions and 3 deletions

View File

@@ -249,7 +249,7 @@ static void fetch_assistance_data(struct EG25Manager *manager)
goto bail;
}
g_message("Fetching GNSS assistance data from %s was successfull", url);
g_message("Fetching GNSS assistance data from %s was successful", url);
fflush(tmp_file);
curl_easy_cleanup(curl);