Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Apr 24, 2019
1 parent 832c257 commit 80e54e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/viewer/svutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class SVSync {
static void StartProcess(const char* executable, const char* args);
};

/// A semaphore class which encapsulates the main signalling
/// A semaphore class which encapsulates the main signaling
/// and wait abilities of semaphores for windows and unix.
class SVSemaphore {
public:
Expand All @@ -64,7 +64,7 @@ class SVSemaphore {
};

/// A mutex which encapsulates the main locking and unlocking
/// abilites of mutexes for windows and unix.
/// abilities of mutexes for windows and unix.
class SVMutex {
public:
/// Sets up a new mutex.
Expand Down

0 comments on commit 80e54e4

Please sign in to comment.