From 3d34cac70ffbac8d28c7f60965eb4e2ea8423716 Mon Sep 17 00:00:00 2001 From: Marco Vermeulen Date: Fri, 7 Dec 2012 12:22:37 +0000 Subject: [PATCH] Fix typo in install gvm feature. --- src/test/cucumber/gvm/install_gvm.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/cucumber/gvm/install_gvm.feature b/src/test/cucumber/gvm/install_gvm.feature index eb618b34..f7a654a6 100644 --- a/src/test/cucumber/gvm/install_gvm.feature +++ b/src/test/cucumber/gvm/install_gvm.feature @@ -11,7 +11,7 @@ Feature: Install GVM * FreeBSD: .profile with NO .bashrc or bash pre-installed Order of precedence: - Login shells (all new terminals) are intialised with the first file found in this order: + Login shells (all new terminals) are initialised with the first file found in this order: * .bash_profile * .bash_login * .profile