From 0c7c2e0c61a582c73f9dad41df1c41805f515ff8 Mon Sep 17 00:00:00 2001 From: hasufell Date: Mon, 18 Jan 2016 13:21:45 +0100 Subject: [PATCH] Fix typo --- hooks/sync_post/01-sync_gentoo_cache.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/sync_post/01-sync_gentoo_cache.bash b/hooks/sync_post/01-sync_gentoo_cache.bash index 3dededc..d44bef3 100644 --- a/hooks/sync_post/01-sync_gentoo_cache.bash +++ b/hooks/sync_post/01-sync_gentoo_cache.bash @@ -4,7 +4,7 @@ source "${PALUDIS_EBUILD_DIR}/echo_functions.bash" source "/etc/paludis/hooks/set_portdir.bash" if [[ ${TARGET} == gentoo ]] ; then - # Number of jobs for egencache, default is number or processors. + # Number of jobs for egencache, default is number of processors. egencache_jobnum="$(nproc)" ebegin "Updating metadata cache for repository ${TARGET}"