summaryrefslogtreecommitdiffstats
path: root/library/cpp/html
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/html')
-rw-r--r--library/cpp/html/escape/ut/escape_ut.cpp2
-rw-r--r--library/cpp/html/pcdata/pcdata_ut.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/html/escape/ut/escape_ut.cpp b/library/cpp/html/escape/ut/escape_ut.cpp
index cd7b9551385..fba81e16a5e 100644
--- a/library/cpp/html/escape/ut/escape_ut.cpp
+++ b/library/cpp/html/escape/ut/escape_ut.cpp
@@ -1,5 +1,5 @@
#include <library/cpp/html/escape/escape.h>
-#include <library/cpp/testing/unittest/registar.h>
+#include <library/cpp/testing/unittest/registar.h>
using namespace NHtml;
diff --git a/library/cpp/html/pcdata/pcdata_ut.cpp b/library/cpp/html/pcdata/pcdata_ut.cpp
index 5833f8bc590..fcbe4ab0bef 100644
--- a/library/cpp/html/pcdata/pcdata_ut.cpp
+++ b/library/cpp/html/pcdata/pcdata_ut.cpp
@@ -1,6 +1,6 @@
#include "pcdata.h"
-#include <library/cpp/testing/unittest/registar.h>
+#include <library/cpp/testing/unittest/registar.h>
Y_UNIT_TEST_SUITE(TPcdata) {
Y_UNIT_TEST(TestStress) {