bej: Fix typo for enum "bejErrorNotSuppoted"
The enum had a typo as "bejErrorNotSuppoted" with missing 'r'. Replace
with "bejErrorNotSupported"
Tested: N/A
Change-Id: Ieced19f88757caeb555dbdad817ab2fbbbe8ce8d
Signed-off-by: Brandon Kim <brandonkim@google.com>
diff --git a/test/bej_decoder_test.cpp b/test/bej_decoder_test.cpp
index b229043..368bbc9 100644
--- a/test/bej_decoder_test.cpp
+++ b/test/bej_decoder_test.cpp
@@ -138,7 +138,7 @@
BejDecoderJson decoder;
EXPECT_THAT(decoder.decode(dictionaries, std::span(outputBuffer)),
- bejErrorNotSuppoted);
+ bejErrorNotSupported);
}
/**