File: spelling.patch

package info (click to toggle)
libgraphviz-perl 2.22-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 976 kB
  • ctags: 72
  • sloc: perl: 2,174; makefile: 8
file content (18 lines) | stat: -rw-r--r-- 632 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: spelling fix
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-07-31
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=116594
Bug: https://rt.cpan.org/Ticket/Display.html?id=116594

--- a/lib/GraphViz/Data/Grapher.pm
+++ b/lib/GraphViz/Data/Grapher.pm
@@ -28,7 +28,7 @@
 quite how the structure fits together.
 
 Data::Dumper can help by representing the structure as a text
-heirarchy, but GraphViz::Data::Grapher goes a step further and
+hierarchy, but GraphViz::Data::Grapher goes a step further and
 visualises the structure by drawing a graph which represents the data
 structure.