Fix typo in comment

This commit is contained in:
Florian Weimer 2018-01-31 13:58:48 +01:00
parent cefed5d027
commit eff52e3518
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ os.execute("/sbin/ldconfig")
%end
# We need to run ldconfig manually because ldconfig cannot handle the
# relative include path in the /etc/ld.so.conf file we gneerate.
# relative include path in the /etc/ld.so.conf file we generate.
%undefine __brp_ldconfig
######################################################################