Skip to content

Commit 3892bcc

Browse files
authored
Fix typo (#17410)
1 parent 3745d96 commit 3892bcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ydb/core/driver_lib/version/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ TString TCompatibilityInfo::PrintHumanReadable(const NKikimrConfig::TCurrentComp
731731
}
732732
str << "\n";
733733

734-
if (NResource::Has("interanal_breakpad_about")) {
734+
if (NResource::Has("internal_breakpad_about")) {
735735
str << " HasInternalBreakpad: true" << Endl;
736736
}
737737

ydb/library/breakpad/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ IF (OS_LINUX)
1010
GLOBAL minidumps.cpp
1111
)
1212

13-
RESOURCE(about.txt "interanal_breakpad_about")
13+
RESOURCE(about.txt "internal_breakpad_about")
1414

1515
ENDIF()
1616

0 commit comments

Comments
 (0)