Unverified Commit 0cd4067f authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

treewide: fix typos in comments (#384334)

parents 7f1227de 5aba9924
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# Functions to build elisp files to locally configure emcas buffers.
# Functions to build elisp files to locally configure emacs buffers.
# See https://github.com/shlevy/nix-buffer

{
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ Alternatively, run the following command:
./update-from-overlay

It will update both melpa and elpa packages using
https://github.com/nix-community/emacs-overlay. It's almost instantenous and
https://github.com/nix-community/emacs-overlay. It's almost instantaneous and
formats commits for you.

*/
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ Alternatively, run the following command:
./update-from-overlay

It will update both melpa and elpa packages using
https://github.com/nix-community/emacs-overlay. It's almost instantenous and
https://github.com/nix-community/emacs-overlay. It's almost instantaneous and
formats commits for you.

*/
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@
  ============================
  The example file pkgs/applications/editors/vim/plugins/default.nix provides
  both:
  * manually mantained plugins
  * manually maintained plugins
  * plugins created by VAM's nix#ExportPluginsForNix implementation

  I highly recommend to lookup vim plugin attribute names at the [vim-pi] project
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
  extraNativeBuildInputs ? [ ],
  ## Location of resulting RetroArch core on $out
  libretroCore ? "/lib/retroarch/cores",
  ## The core filename is derivated from the core name
  ## The core filename is derived from the core name
  ## Setting `normalizeCore` to `true` will convert `-` to `_` on the core filename
  normalizeCore ? true,
  ...
Loading