Skip to content

Commit 80e54e4

Browse files
committed
fix spelling
1 parent 832c257 commit 80e54e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/viewer/svutil.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class SVSync {
4343
static void StartProcess(const char* executable, const char* args);
4444
};
4545

46-
/// A semaphore class which encapsulates the main signalling
46+
/// A semaphore class which encapsulates the main signaling
4747
/// and wait abilities of semaphores for windows and unix.
4848
class SVSemaphore {
4949
public:
@@ -64,7 +64,7 @@ class SVSemaphore {
6464
};
6565

6666
/// A mutex which encapsulates the main locking and unlocking
67-
/// abilites of mutexes for windows and unix.
67+
/// abilities of mutexes for windows and unix.
6868
class SVMutex {
6969
public:
7070
/// Sets up a new mutex.

0 commit comments

Comments
 (0)