mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
[skip ci] a couple of spelling changes
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user