Skip to content

Commit c6fd482

Browse files
committed
Fix mis-spelled Kellermann to Kellerman based on the
discussion at #1335 Signed-off-by: Hanson Char <hanson.char@gmail.com>
1 parent ec8bd3e commit c6fd482

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/generic/pgf/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1919
- Fix shadings under LuaMetaTeX
2020
- Resolve missing `gnuplot` plots in manual #1238
2121
- Fix missing inclusion of libraries in the examples at https://tikz.dev/gd-trees and https://tikz.dev/gd-usage-tikz
22+
- Fix mis-spelled Kellermann to Kellerman
2223

2324
### Changed
2425

tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/doc.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ code =
301301
[[
302302
\tikz \graph [binary tree layout] {
303303
Knuth -> {
304-
Beeton -> Kellermann [second] -> Carnes,
304+
Beeton -> Kellerman [second] -> Carnes,
305305
Tobin -> Plass -> { Lamport, Spivak }
306306
}
307307
};\qquad
@@ -311,7 +311,7 @@ code =
311311
edges={decorate,decoration={snake, post length=5pt}}]
312312
{
313313
Knuth -> {
314-
Beeton -> Kellermann [second] -> Carnes,
314+
Beeton -> Kellerman [second] -> Carnes,
315315
Tobin -> Plass -> { Lamport, Spivak }
316316
}
317317
};

0 commit comments

Comments
 (0)