mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Fix typos
Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
This commit is contained in:
parent
4ecedcdb3b
commit
1a6dd845a2
23 changed files with 33 additions and 33 deletions
|
|
@ -277,7 +277,7 @@ session_environment_init(void)
|
|||
/* Process an environment file itself */
|
||||
bool success = read_environment_file(path->string);
|
||||
|
||||
/* Process a correponding environment.d directory */
|
||||
/* Process a corresponding environment.d directory */
|
||||
success |= read_environment_dir(path->string);
|
||||
|
||||
if (success && !should_merge_config) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue