From: Pierre Ossman Date: Thu, 7 Jul 2016 13:35:45 +0000 (+0200) Subject: Fix typo in include protector X-Git-Tag: v1.7.90~106 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f0812683f8009f231bd1b02929f7e71d9ed4c5dd;p=tigervnc.git Fix typo in include protector --- diff --git a/common/os/Thread.h b/common/os/Thread.h index 1a9aa54b..bca41bbc 100644 --- a/common/os/Thread.h +++ b/common/os/Thread.h @@ -17,7 +17,7 @@ */ #ifndef __OS_THREAD_H__ -#define __OP_THREAD_H__ +#define __OS_THREAD_H__ namespace os { class Mutex;