diff --git a/source/Lib/EncoderLib/VLCWriter.cpp b/source/Lib/EncoderLib/VLCWriter.cpp
index 206a3e4b66ab8e83bd89c04113f167aff76ac11a..bd74d3a350573a0b6a01a44dacc338cfb089ad25 100644
--- a/source/Lib/EncoderLib/VLCWriter.cpp
+++ b/source/Lib/EncoderLib/VLCWriter.cpp
@@ -1067,7 +1067,7 @@ void HLSWriter::codeSPS( const SPS* pcSPS )
   if (pcSPS->getTransformSkipEnabledFlag() || pcSPS->getPLTMode())
   {
 #if JVET_R0045_TS_MIN_QP_CLEANUP
-    WRITE_UVLC(pcSPS->getInteralMinusInputBitDepth(CHANNEL_TYPE_LUMA),                         "sps_internal_bit_depth_minus_input_bit_depth");
+    WRITE_UVLC(pcSPS->getInternalMinusInputBitDepth(CHANNEL_TYPE_LUMA),                         "sps_internal_bit_depth_minus_input_bit_depth");
 #else
     WRITE_UVLC(pcSPS->getMinQpPrimeTsMinus4(CHANNEL_TYPE_LUMA),                                "min_qp_prime_ts_minus4");
 #endif