summaryrefslogtreecommitdiff
path: root/src/or/geoip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/geoip.c')
-rw-r--r--src/or/geoip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/geoip.c b/src/or/geoip.c
index 0c82e97ea5..07928affc9 100644
--- a/src/or/geoip.c
+++ b/src/or/geoip.c
@@ -170,7 +170,7 @@ geoip_get_country_by_ip(uint32_t ipaddr)
return ent ? ent->country : -1;
}
-/** Return the number of countries recognized by the GEOIP database. */
+/** Return the number of countries recognized by the GeoIP database. */
int
geoip_get_n_countries(void)
{