Skip to content

Commit a311bb7

Browse files
committed
[Spelling] Fix, trivial.
1 parent fbdd18d commit a311bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/log.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class Project {
4545

4646
export class Error {
4747
static serverNotFound = 'cannot find analysis server {0}';
48-
static serverVersion = 'enable to determine server version'
48+
static serverVersion = 'unable to determine server version'
4949
static general = 'some errors have been occurred';
5050
static alreadyActive = 'analysis session is already activated';
5151
static untitled = '{0} is untitled document, save it at first';

0 commit comments

Comments
 (0)