Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johanmattssonm committed Oct 16, 2021
1 parent 31497e9 commit 7d98817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbirdfont/BirdFontFile.vala
Expand Up @@ -466,7 +466,7 @@ class BirdFontFile : GLib.Object {
// FIXME: name etc.
os.put_string (@"\t\t<layer name= \"$(layer.name)\" visible=\"$(layer.visible)\">\n");

PathList all_path = layer.get_all_paths ();
PathList all_paths = layer.get_all_paths ();

foreach (Path p in all_paths.paths) {
data = get_point_data (p);
Expand Down

0 comments on commit 7d98817

Please sign in to comment.