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}"