Browse Source

Merge branch 'typos' into 'master'

Fix typos found out by Chris Rayner (alias riscy)

See merge request nico/json-process-client!5
pull/2/head
Damien Cassou 4 years ago
parent
commit
b7ebc4219b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      json-process-client.el

+ 2
- 2
json-process-client.el View File

@ -23,7 +23,7 @@
;;; Commentary:
;; This library starts a process and communicate with it through JSON
;; This library starts a process and communicates with it through JSON
;; over TCP. The process must output one JSON message per line.
;;; Code:
@ -76,7 +76,7 @@
(json-process-client--application-name application))))
(defun json-process-client--start-server (application)
"Start a proccess for APPLICATION."
"Start a process for APPLICATION."
(let* ((process (apply
#'start-process
(format "%s-process" (json-process-client--application-name application))


Loading…
Cancel
Save