summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@qt.io>2019-08-13 15:18:17 +0200
committerMichael BrĂ¼ning <michael.bruning@qt.io>2019-08-13 15:42:27 +0200
commit7cf74af07eb7b44052357cf733d6f03f0112dc25 (patch)
tree4a7d7d31ad0051523b8fe04a2a2259a45e2ecab5 /src
parent5a515d40dc05e24db448da93e4149baffcd25d20 (diff)
Fix typos in header guards
Those must have slipped through review and CI, but the compiler warned about them. Change-Id: I5f3e7d36ccc66c14b8be20f2499df9aa7a6813e1 Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/core/pref_service_adapter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/pref_service_adapter.h b/src/core/pref_service_adapter.h
index 83f6a322e..1c7c44a96 100644
--- a/src/core/pref_service_adapter.h
+++ b/src/core/pref_service_adapter.h
@@ -38,8 +38,8 @@
**
****************************************************************************/
-#ifndef PREF_SRVICE_ADAPTER_H
-#define PREF_SERIVE_ADAPTER_H
+#ifndef PREF_SERVICE_ADAPTER_H
+#define PREF_SERVICE_ADAPTER_H
#include "components/prefs/pref_service.h"
#include "qtwebenginecoreglobal_p.h"
@@ -82,4 +82,4 @@ private:
}
-#endif // PREF_SERIVE_ADAPTER_H
+#endif // PREF_SERVICE_ADAPTER_H