X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Funit-name.c;h=be4e73edccb0e3ae5561977aea456564626c1d69;hp=debf2b265333c0bbcb66f2a014275e09afcdf2ec;hb=85211309f0e14d7f804e1367e838291f39f6cec0;hpb=95e501f8ab28e1645453219523c0263754db3f68 diff --git a/src/unit-name.c b/src/unit-name.c index debf2b265..be4e73edc 100644 --- a/src/unit-name.c +++ b/src/unit-name.c @@ -213,7 +213,7 @@ char *unit_name_build_escape(const char *prefix, const char *instance, const cha * suffix and makes a nice string suitable as unit name of it, * escaping all weird chars on the way. * - * / becomes ., and all chars not alloweed in a unit name get + * / becomes ., and all chars not allowed in a unit name get * escaped as \xFF, including \ and ., of course. This * escaping is hence reversible. *