Config: use consistant verb
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
af33378522
commit
eb5fdf200a
@ -158,7 +158,7 @@ public class Config extends BaseObservable
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!inInterfaceSection && currentPeer == null) {
|
if (!inInterfaceSection && currentPeer == null) {
|
||||||
throw new IllegalArgumentException("Did not find any config information");
|
throw new IllegalArgumentException("Could not find any config information");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user