mirror of
https://github.com/godotengine/godot.git
synced 2025-11-03 15:11:19 +00:00
Improve slang, especially in user-visible parts
This commit is contained in:
parent
03c1b6be23
commit
fd1b94e307
17 changed files with 22 additions and 35 deletions
|
|
@ -39,7 +39,7 @@ void RWLockPosix::read_lock() {
|
|||
|
||||
int err = pthread_rwlock_rdlock(&rwlock);
|
||||
if (err != 0) {
|
||||
perror("wtf: ");
|
||||
perror("Acquiring lock failed");
|
||||
}
|
||||
ERR_FAIL_COND(err != 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue