mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix typo "incase"->"in case"
This commit is contained in:
parent
e12390b08b
commit
338dec41ab
@ -18,7 +18,7 @@ variables:
|
||||
default:
|
||||
# https://docs.gitlab.com/ee/ci/pipelines/settings.html#auto-cancel-pending-pipelines
|
||||
interruptible: true
|
||||
# Retry automatically incase the runner times out or there's a runner failure
|
||||
# Retry automatically in case the runner times out or there's a runner failure
|
||||
retry:
|
||||
max: 2
|
||||
when:
|
||||
|
@ -32,7 +32,7 @@ logs, and code as it's tough to read otherwise.)
|
||||
|
||||
#### System details
|
||||
|
||||
(Include important system details like OS and incase it's a graphical issue the gpu)
|
||||
(Include important system details like OS and in case it's a graphical issue the gpu)
|
||||
|
||||
#### Veloren version
|
||||
|
||||
|
@ -214,7 +214,7 @@ lazy_static! {
|
||||
/// 1. Running through airshipper (`assets` next to binary)
|
||||
/// 2. Install with package manager and run (assets probably in `/usr/share/veloren/assets` while binary in `/usr/bin/`)
|
||||
/// 3. Download & hopefully extract zip (`assets` next to binary)
|
||||
/// 4. Running through cargo (`assets` in workspace root but not always in cwd incase you `cd voxygen && cargo r`)
|
||||
/// 4. Running through cargo (`assets` in workspace root but not always in cwd in case you `cd voxygen && cargo r`)
|
||||
/// 5. Running executable in the target dir (`assets` in workspace)
|
||||
/// 6. Running tests (`assets` in workspace root)
|
||||
pub static ref ASSETS_PATH: PathBuf = {
|
||||
|
@ -174,7 +174,7 @@ impl PlayState for MainMenuState {
|
||||
self.init = InitState::None;
|
||||
error!(?e, "Client Init failed raw error");
|
||||
let e = get_client_msg_error(e, &global_state.i18n);
|
||||
// Log error for possible additional use later or incase that the error
|
||||
// Log error for possible additional use later or in case that the error
|
||||
// displayed is cut of.
|
||||
error!(?e, "Client Init failed");
|
||||
global_state.info_message = Some(
|
||||
|
Loading…
Reference in New Issue
Block a user