From bf7f935de20f360843aa2a7b1e4563248766de8a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 16 Jul 2015 14:03:07 +0200 Subject: [PATCH] Menu: Rechtschreibung --- SL/Menu.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Menu.pm b/SL/Menu.pm index ccfc32c96..8cc9c7e06 100644 --- a/SL/Menu.pm +++ b/SL/Menu.pm @@ -97,7 +97,7 @@ sub build_tree { # first, some sanity check. are all parents valid ids or empty? for my $node ($self->nodes) { next if !exists $node->{parent} || !$node->{parent} || $self->{by_id}->{$node->{id}}; - die "menu: node $node->{id} has non-existant parent $node->{parent}"; + die "menu: node $node->{id} has non-existent parent $node->{parent}"; } my %by_parent; -- 2.20.1