commit:     6e06295fd89f6e0605406dabbd7684171c034d4e
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 22:50:24 2018 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat May 26 22:50:24 2018 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=6e06295f

etc/profile: typo fix

 etc/profile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/profile b/etc/profile
index 8e92e824..05584351 100644
--- a/etc/profile
+++ b/etc/profile
@@ -28,7 +28,7 @@ fi
 export PATH
 unset ROOTPATH
 
-# process *.sh files in /etc/profiled.d
+# process *.sh files in /etc/profile.d
 for sh in /etc/profile.d/*.sh ; do
        [ -r "$sh" ] && . "$sh"
 done

Reply via email to