Skip to content

Commit 7d98817

Browse files
Fix typo
1 parent 31497e9 commit 7d98817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libbirdfont/BirdFontFile.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ class BirdFontFile : GLib.Object {
466466
// FIXME: name etc.
467467
os.put_string (@"\t\t<layer name= \"$(layer.name)\" visible=\"$(layer.visible)\">\n");
468468

469-
PathList all_path = layer.get_all_paths ();
469+
PathList all_paths = layer.get_all_paths ();
470470

471471
foreach (Path p in all_paths.paths) {
472472
data = get_point_data (p);

0 commit comments

Comments
 (0)