[skip ci] a couple of spelling changes

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2022-08-17 21:51:37 +01:00
parent 7bbdebd945
commit 35bd9a63d1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1467,7 +1467,7 @@ static bool getDefaultInterface(char iface[IF_NAMESIZE], in_addr_t *gw)
if(sscanf(buf, "%s %lx %lx %x %*i %*i %i", iface_r, &dest_r, &gw_r, &flags, &metric) != 5)
continue;
// Only anaylze routes which are UP and whose
// Only analyze routes which are UP and whose
// destinations are a gateway
if(!(flags & RTF_UP) || !(flags & RTF_GATEWAY))
continue;
+1 -1
View File
@@ -48,7 +48,7 @@ extern long int lastdbindex;
extern bool DBdeleteoldqueries;
// Return if FTL's database is known to be broken
// We abort execution of all database-related activitites in this case
// We abort execution of all database-related activities in this case
bool FTLDBerror(void) __attribute__ ((pure));
// Check SQLite3 non-success return codes for possible database corruption