Skip to content
Snippets Groups Projects
Commit f2145fb4 authored by Simon McVittie's avatar Simon McVittie
Browse files

Fix typo in /etc/timezone


Taken from Flatpak.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent e3ffd1df
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment