Skip to content

Commit a6fd00d

Browse files
authored
Merge pull request #2 from eugene-g/patch-1
Fix typo
2 parents e1c73c7 + 351a3e8 commit a6fd00d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/features/commandProvider.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default class pgsqlCommandProvider {
8282
let cp = ChildProcess.spawn( pgsql.executable, args )
8383

8484
if ( !cp.pid ){
85-
return pgsql.outChannel.appendLine( 'pgsql: can\'t spawn child proceess' )
85+
return pgsql.outChannel.appendLine( 'pgsql: can\'t spawn child process' )
8686
}
8787

8888
//args.unshift( pgsql.executable )
@@ -124,4 +124,4 @@ export default class pgsqlCommandProvider {
124124
})
125125

126126
}
127-
}
127+
}

0 commit comments

Comments
 (0)