From 04b0b3fe4376514213bfe43a1da9cf917b0a3782 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 7 May 2016 18:45:36 -0700 Subject: [PATCH] Fix typo --- src/wacky_ints.sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wacky_ints.sip b/src/wacky_ints.sip index 27bb5390..e5ee280c 100644 --- a/src/wacky_ints.sip +++ b/src/wacky_ints.sip @@ -13,7 +13,7 @@ //-------------------------------------------------------------------------- -// size_t will either be equivallent to an unsigned long, or to an +// size_t will either be equivalent to an unsigned long, or to an // unsigned long long. wxWidgets' configure script has already figured out // which it is, so we can make it conditional on those results.