From 73ef93ffa38567d5f1224cec6102999dcbca1cb6 Mon Sep 17 00:00:00 2001 From: arnab Date: Wed, 10 Jul 2024 12:05:06 +0530 Subject: [PATCH] Fix spelling - following (#12479) --- src/ini.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ini.zig b/src/ini.zig index 4e0ca6e7f1..285825712a 100644 --- a/src/ini.zig +++ b/src/ini.zig @@ -1070,7 +1070,7 @@ pub fn loadNpmrc( source, iter.config.properties.at(iter.prop_idx - 1).key.?.loc, allocator, - "The follwing .npmrc registry option was not applied:\n\n {s}\n\nBecause we currently don't support the {s} option.", + "The following .npmrc registry option was not applied:\n\n {s}\n\nBecause we currently don't support the {s} option.", .{ conf_item, @tagName(conf_item.optname), @@ -1130,7 +1130,7 @@ pub fn loadNpmrc( source, iter.config.properties.at(iter.prop_idx - 1).key.?.loc, allocator, - "The follwing .npmrc registry option was not applied:\n\n {s}\n\nBecause we couldn't find the registry: {s}.", + "The following .npmrc registry option was not applied:\n\n {s}\n\nBecause we couldn't find the registry: {s}.", .{ conf_item, conf_item.registry_url,