Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jan 11, 2013
1 parent 3c8c8f5 commit 9e4dda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/graphviz.rb
Expand Up @@ -565,7 +565,7 @@ def output( hOpts = {} )
xOtherOptions += " -x" if @reduce_graph xOtherOptions += " -x" if @reduce_graph
xOtherOptions += " -Lg" if @Lg xOtherOptions += " -Lg" if @Lg
xOtherOptions += " -LO" if @LO xOtherOptions += " -LO" if @LO
xOtherOptions += " -Ln#{@Ln}" unless @LN.nil? xOtherOptions += " -Ln#{@Ln}" unless @Ln.nil?
xOtherOptions += " -LU#{@LU}" unless @LU.nil? xOtherOptions += " -LU#{@LU}" unless @LU.nil?
xOtherOptions += " -LC#{@LC}" unless @LC.nil? xOtherOptions += " -LC#{@LC}" unless @LC.nil?
xOtherOptions += " -LT#{@LT}" unless @LT.nil? xOtherOptions += " -LT#{@LT}" unless @LT.nil?
Expand Down

0 comments on commit 9e4dda6

Please sign in to comment.