Skip to content

Commit

Permalink
fix 'developper' typo
Browse files Browse the repository at this point in the history
'developer' is the correct spelling.
  • Loading branch information
aspiers committed Nov 17, 2015
1 parent e0e6bdc commit 2a74721
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion el-get-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

;;; Commentary:
;;
;; el-get-core provides basic el-get API, intended for developpers of el-get
;; el-get-core provides basic el-get API, intended for developers of el-get
;; and its methods. See the methods directory for implementation of them.
;;

Expand Down
2 changes: 1 addition & 1 deletion el-get-custom.el
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
;; el-get-recipes provides the API to manage the el-get recipes.
;;

;; el-get-core provides basic el-get API, intended for developpers of el-get
;; el-get-core provides basic el-get API, intended for developers of el-get
;; and its methods. See the methods directory for implementation of them.
;;

Expand Down
2 changes: 1 addition & 1 deletion el-get-recipes.el
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
;; el-get-recipes provides the API to manage the el-get recipes.
;;

;; el-get-core provides basic el-get API, intended for developpers of el-get
;; el-get-core provides basic el-get API, intended for developers of el-get
;; and its methods. See the methods directory for implementation of them.
;;

Expand Down
12 changes: 6 additions & 6 deletions el-get.info
Original file line number Diff line number Diff line change
Expand Up @@ -227,13 +227,13 @@ block (just after the last closing paren) and you type `C-j'.

* Menu:

* Install the developper version::
* Install the developer version::
* Skip Emacswiki recipes when installing::


File: el-get.info, Node: Install the developper version, Next: Skip Emacswiki recipes when installing, Up: Installing
File: el-get.info, Node: Install the developer version, Next: Skip Emacswiki recipes when installing, Up: Installing

4.1 Developper version
4.1 Developer version
======================

The lazy installer uses the default `el-get-install.el' file which
Expand All @@ -242,7 +242,7 @@ targets the `stable' branch. To install El-Get directly on the
existence:

;; So the idea is that you copy/paste this code into your *scratch* buffer,
;; hit C-j, and you have a working developper edition of el-get.
;; hit C-j, and you have a working developer edition of el-get.
(url-retrieve
"https://raw.github.com/dimitri/el-get/master/el-get-install.el"
(lambda (s)
Expand All @@ -251,7 +251,7 @@ existence:
(eval-print-last-sexp))))


File: el-get.info, Node: Skip Emacswiki recipes when installing, Prev: Install the developper version, Up: Installing
File: el-get.info, Node: Skip Emacswiki recipes when installing, Prev: Install the developer version, Up: Installing

4.2 Skip Emacswiki recipes when installing
==========================================
Expand Down Expand Up @@ -1244,7 +1244,7 @@ Ref: Glossary - Recipe6607
Ref: Glossary - Status7031
Ref: Glossary - Update7289
Node: Installing7527
Node: Install the developper version8400
Node: Install the developer version8400
Node: Skip Emacswiki recipes when installing9145
Node: Usage9981
Node: Setup12270
Expand Down
8 changes: 4 additions & 4 deletions el-get.texi
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,12 @@ To evaluate that code, you place the point at the end of the text
block (just after the last closing paren) and you type @kbd{C-j}.

@menu
* Install the developper version::
* Install the developer version::
* Skip Emacswiki recipes when installing::
@end menu

@node Install the developper version
@section Developper version
@node Install the developer version
@section Developer version

The lazy installer uses the default @file{el-get-install.el} file
which targets the @code{stable} branch. To install El-Get directly on
Expand All @@ -248,7 +248,7 @@ variable into existence:

@example
;; So the idea is that you copy/paste this code into your *scratch* buffer,
;; hit C-j, and you have a working developper edition of el-get.
;; hit C-j, and you have a working developer edition of el-get.
(url-retrieve
"https://raw.github.com/dimitri/el-get/master/el-get-install.el"
(lambda (s)
Expand Down

0 comments on commit 2a74721

Please sign in to comment.