diff options
author | Phil Davis <phil.davis@inf.org> | 2016-02-18 16:33:24 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2016-02-18 16:33:24 +0545 |
commit | c4ff3877a1010a257d813b63d99b251856e1918b (patch) | |
tree | 86036004a40ce2d32e445d31b8bfd14733b0f356 /src/etc | |
parent | 00f298029285114925a733af2ab29222351b12fd (diff) | |
download | pfsense-c4ff3877a1010a257d813b63d99b251856e1918b.zip pfsense-c4ff3877a1010a257d813b63d99b251856e1918b.tar.gz |
pkg-utils update_status text typo
Diffstat (limited to 'src/etc')
-rw-r--r-- | src/etc/inc/pkg-utils.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/pkg-utils.inc b/src/etc/inc/pkg-utils.inc index daceefb..7d9a831 100644 --- a/src/etc/inc/pkg-utils.inc +++ b/src/etc/inc/pkg-utils.inc @@ -947,7 +947,7 @@ function package_reinstall_all() { /* During boot after upgrade, wait for internet connection */ if ($upgrade) { - update_status(gettext("Waiting for internet connection to update pkg metadata and fini package reinstallation")); + update_status(gettext("Waiting for internet connection to update pkg metadata and finish package reinstallation")); while (true) { if (pkg_update(true)) { break; |