Skip to content

Commit

Permalink
Fixed typo (reported by harleypig).
Browse files Browse the repository at this point in the history
  • Loading branch information
chromatic committed Aug 28, 2010
1 parent a482c35 commit 286cce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tools/build_epub.pl
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ sub set_table_of_contents
# The returned navpoint object is used for the next nested level.
$navpoints[$heading_level] = $navpoint_obj;

# This is a workaround for non-contigous heading levels.
# This is a workaround for non-contiguous heading levels.
$navpoints[$heading_level + 1] = $navpoint_obj;

}
Expand Down

0 comments on commit 286cce8

Please sign in to comment.