From: Arvin Schnell Date: Fri, 1 Aug 2008 16:50:27 +0000 (+0000) Subject: - fixed typos X-Git-Tag: BASE-SuSE-Code-11-Branch~542 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=913e5f56ae8e5ab42a1cf1e2fde487ee4843d120;p=platform%2Fupstream%2Flibzypp.git - fixed typos --- diff --git a/zypp/base/InterProcessMutex.cc b/zypp/base/InterProcessMutex.cc index 68d1eaf..269b531 100644 --- a/zypp/base/InterProcessMutex.cc +++ b/zypp/base/InterProcessMutex.cc @@ -165,7 +165,7 @@ InterProcessMutex::InterProcessMutex( const Options &poptions ) // actually there are no readers // lets delete it and break, so the next loop will - // probably suceed in creating it. The worst thing that can + // probably succeed in creating it. The worst thing that can // happen is that another process will take it first, but // we are not aiming at such level of correctness. Otherwise // the code path will complicate too much. @@ -211,7 +211,7 @@ InterProcessMutex::InterProcessMutex( const Options &poptions ) // Nobody conflicts with a writer lock so nobody is actually // locking. // lets delete it and break, so the next loop will - // probably suceed in creating it. The worst thing that can + // probably succeed in creating it. The worst thing that can // happen is that another process will take it first, but // we are not aiming at such level of correctness. Otherwise // the code path will complicate too much. diff --git a/zypp/base/InterProcessMutex.h b/zypp/base/InterProcessMutex.h index c5f691f..fa6eaaa 100644 --- a/zypp/base/InterProcessMutex.h +++ b/zypp/base/InterProcessMutex.h @@ -66,7 +66,7 @@ public: * (wait till resource is free) * * The mutex type, Writer or Reader must be - * given explitly. + * given explictly. * * The mutex will be handled using a lock file * located on default library path if the