Skip to content

Commit

Permalink
Merge pull request #63 from kachick/fix/fix_typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
glejeune committed Mar 12, 2013
2 parents b1595e3 + 9e4dda6 commit db4e911
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 += " -Lg" if @Lg
xOtherOptions += " -LO" if @LO
xOtherOptions += " -Ln#{@Ln}" unless @LN.nil?
xOtherOptions += " -Ln#{@Ln}" unless @Ln.nil?
xOtherOptions += " -LU#{@LU}" unless @LU.nil?
xOtherOptions += " -LC#{@LC}" unless @LC.nil?
xOtherOptions += " -LT#{@LT}" unless @LT.nil?
Expand Down

0 comments on commit db4e911

Please sign in to comment.