diff options
Diffstat (limited to 'ppp')
-rw-r--r-- | ppp/ip-up.ipv6to4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppp/ip-up.ipv6to4 b/ppp/ip-up.ipv6to4 index c41ad828..6a85bbb3 100644 --- a/ppp/ip-up.ipv6to4 +++ b/ppp/ip-up.ipv6to4 @@ -183,7 +183,7 @@ if [ "$IPV6TO4INIT" = "yes" ]; then ipv6_add_addr_on_device ${dev} ${ipv6to4prefix}${suf} done else - net_log $"Error occured while calculating the IPv6to4 prefix" + net_log $"Error occurred while calculating the IPv6to4 prefix" fi else net_log $"radvd control enabled, but config is not complete" |