Config: use consistant verb

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2017-11-29 03:30:23 +01:00
parent af33378522
commit eb5fdf200a

View File

@ -158,7 +158,7 @@ public class Config extends BaseObservable
}
}
if (!inInterfaceSection && currentPeer == null) {
throw new IllegalArgumentException("Did not find any config information");
throw new IllegalArgumentException("Could not find any config information");
}
}
}