diff options
author | Bill Nottingham <notting@redhat.com> | 2003-10-20 04:06:45 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-10-20 04:06:45 +0000 |
commit | fd907b90fb3e3d69c65490d56034cb02b41d3958 (patch) | |
tree | 59b8c28091da091cd12bdd4325a7e27342732127 /sysconfig/network-scripts | |
parent | 2936d89fb678163e268738d73bb0817ed7f51702 (diff) | |
download | initscripts-fd907b90fb3e3d69c65490d56034cb02b41d3958.tar initscripts-fd907b90fb3e3d69c65490d56034cb02b41d3958.tar.gz initscripts-fd907b90fb3e3d69c65490d56034cb02b41d3958.tar.bz2 initscripts-fd907b90fb3e3d69c65490d56034cb02b41d3958.tar.xz initscripts-fd907b90fb3e3d69c65490d56034cb02b41d3958.zip |
fix typo (#107493)
Diffstat (limited to 'sysconfig/network-scripts')
-rwxr-xr-x | sysconfig/network-scripts/ifup-ipv6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/ifup-ipv6 b/sysconfig/network-scripts/ifup-ipv6 index 15a99022..c5b3c6d5 100755 --- a/sysconfig/network-scripts/ifup-ipv6 +++ b/sysconfig/network-scripts/ifup-ipv6 @@ -278,7 +278,7 @@ if [ "$IPV6TO4INIT" = "yes" ]; then ipv6_add_route ${ipv6to4prefix}$suf :: $dev done else - echo $"Error occured while calculating the IPv6to4 prefix" + echo $"Error occurred while calculating the IPv6to4 prefix" fi else echo $"radvd control enabled, but config is not complete" |