mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix typo
Loockup -> Lookup Signed-off-by: Paul-Erik Törrönen <poltsi@777-team.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
00b1469658
commit
cfa5403192
6 changed files with 24 additions and 24 deletions
|
@ -1167,7 +1167,7 @@ static void gps_location(char *buffer, struct dive_site *ds)
|
|||
|
||||
/* this is in qthelper.cpp, so including the .h file is a pain */
|
||||
extern const char *printGPSCoords(int lat, int lon);
|
||||
extern void add_geo_information_for_loockup(degrees_t latitude, degrees_t longitude, uint32_t uuid);
|
||||
extern void add_geo_information_for_lookup(degrees_t latitude, degrees_t longitude, uint32_t uuid);
|
||||
|
||||
static void gps_in_dive(char *buffer, struct dive *dive)
|
||||
{
|
||||
|
@ -1206,7 +1206,7 @@ static void gps_in_dive(char *buffer, struct dive *dive)
|
|||
}
|
||||
}
|
||||
if (ds && (!ds->notes || strstr(ds->notes, "countrytag:") == NULL))
|
||||
add_geo_information_for_loockup(latitude, longitude, dive->dive_site_uuid);
|
||||
add_geo_information_for_lookup(latitude, longitude, dive->dive_site_uuid);
|
||||
}
|
||||
|
||||
static void add_dive_site(char *buffer, struct dive *dive)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue