- fixed typos
authorArvin Schnell <aschnell@suse.de>
Fri, 1 Aug 2008 16:50:27 +0000 (16:50 +0000)
committerArvin Schnell <aschnell@suse.de>
Fri, 1 Aug 2008 16:50:27 +0000 (16:50 +0000)
zypp/base/InterProcessMutex.cc
zypp/base/InterProcessMutex.h

index 68d1eaf..269b531 100644 (file)
@@ -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.
index c5f691f..fa6eaaa 100644 (file)
@@ -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