Skip to content

Commit 1ad5e18

Browse files
Googlercopybara-github
authored andcommitted
Fix typo in config file import declaration error.
PiperOrigin-RevId: 671411819 Change-Id: I1c353653739be7c94ae299fc659c892a646a975f
1 parent 2fc18a8 commit 1ad5e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cpp/rc_file.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ RcFile::ParseError RcFile::ParseFile(const std::string& filename,
115115
&import_filename);
116116
if (!could_relativize && command == kCommandImport) {
117117
*error_text = absl::StrFormat(
118-
"Nonexistant path in import declaration in config file '%s': '%s'"
118+
"Nonexistent path in import declaration in config file '%s': '%s'"
119119
" (are you in your source checkout/WORKSPACE?)",
120120
canonical_filename, line);
121121
return ParseError::INVALID_FORMAT;

0 commit comments

Comments
 (0)