diff --git a/xCAT-server/lib/xcat/plugins/route.pm b/xCAT-server/lib/xcat/plugins/route.pm index c7bcbd008..507c58f27 100644 --- a/xCAT-server/lib/xcat/plugins/route.pm +++ b/xCAT-server/lib/xcat/plugins/route.pm @@ -378,7 +378,7 @@ sub process_makeroutes { } } else { my $rsp={}; - $rsp->{data}->[0]= "No routes defined in the site.mnroutnames for the management node."; + $rsp->{data}->[0]= "No routes defined in the site.mnroutenames for the management node."; $callback->($rsp); return 1; }