diff --git a/src/XrdOfs/XrdOfsConfigPI.cc b/src/XrdOfs/XrdOfsConfigPI.cc index 132e803bd8e..b4859518507 100644 --- a/src/XrdOfs/XrdOfsConfigPI.cc +++ b/src/XrdOfs/XrdOfsConfigPI.cc @@ -899,7 +899,7 @@ bool XrdOfsConfigPI::SetupCtl(XrdOucEnv *envP) } } else return true; -// Record the object (it will be Ãfully initialized later_ +// Record the object (it will be fully initialized later_ // obj->eDest = Eroute; obj->prvPI = 0; diff --git a/src/XrdOss/XrdOssApi.cc b/src/XrdOss/XrdOssApi.cc index 496852e2d9a..ec42188a0fe 100644 --- a/src/XrdOss/XrdOssApi.cc +++ b/src/XrdOss/XrdOssApi.cc @@ -1070,7 +1070,7 @@ int XrdOssFile::Fctl(int cmd, int alen, const char *args, char **resp) /******************************************************************************/ /* - Function: Flush file pages from the filesyste cacheÂ. + Function: Flush file pages from the filesyste cache. Output: Returns XrdOssOK upon success and -errno upon failure. */