mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Replace "cannot" by "could not"
This commit is contained in:
parent
439b009a79
commit
056e47e752
13 changed files with 37 additions and 37 deletions
|
|
@ -116,7 +116,7 @@ public final class Server {
|
|||
try {
|
||||
new File(SERVER_PATH).delete();
|
||||
} catch (Exception e) {
|
||||
Ln.e("Cannot unlink server", e);
|
||||
Ln.e("Could not unlink server", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue