From 15c15298311a7e22184a055caa53b2db19ddb7e9 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 29 Jun 2022 02:35:07 +0200 Subject: [PATCH] [yabridgectl] Fix typo in winedump warning --- tools/yabridgectl/src/symbols.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/yabridgectl/src/symbols.rs b/tools/yabridgectl/src/symbols.rs index 16a49fed..37d68d49 100644 --- a/tools/yabridgectl/src/symbols.rs +++ b/tools/yabridgectl/src/symbols.rs @@ -97,7 +97,7 @@ fn parse_pe32_winedump>(binary: P) -> Result { Err(_) => None, }) .ok_or_else(|| { - anyhow!("Winedump output did not contain a 'Machine:' line. Is a text file?") + anyhow!("Winedump output did not contain a 'Machine:' line. Is this a text file?") })?; // And we'll just parse _all_ exported functions. Previously we would only check whether this