diff --git a/common/flatpak-utils-base.c b/common/flatpak-utils-base.c index e9786203..ccb5de66 100644 --- a/common/flatpak-utils-base.c +++ b/common/flatpak-utils-base.c @@ -57,7 +57,7 @@ flatpak_get_timezone (void) } } - if (g_file_get_contents ("/etc/timezeone", &etc_timezone, + if (g_file_get_contents ("/etc/timezone", &etc_timezone, NULL, NULL)) { g_strchomp (etc_timezone);