Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hnrgrgr committed Jun 18, 2015
1 parent 6f3a74e commit 5b73d42
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -32,6 +32,7 @@ ocp-build.root.old.old
*.cmti
*.cma
*.cmxa
*.cmxs
*.a
*.o
META
@@ -40,7 +41,7 @@ Makefile.config
config.log
config.status
src/client/opamGitVersion.ml
src/client/opamScript.ml
src/state/opamScript.ml
src/core/opamVersion.ml
src/format/opamLexer.ml
src/format/opamLineLexer.ml
2 changes: 1 addition & 1 deletion doc/modules
Original file line number Diff line number Diff line change
@@ -63,13 +63,13 @@ src
│   ├── opamStateConfig.ml Configuration options for this lib (record, global reference, setter, initialisation)
│   ├── opamPath.ml Defines the file hierarchy in ~/.opam
│   ├── opamOCaml.ml OCaml installation version and specifics detection
│   ├── opamScript.ml (generated) Shell config scripts as OCaml strings
│   ├── opamState.ml Functions handling a global state corresponding to the on-disk ~/.opam, plus (too) many auxiliary and manipulation functions
│   ├── opamSolution.ml Interface with the solver, processing of full solutions through actions
│   └── opamAction.ml Handles concrete actions on packages, like installations and removals
├── client Everything related to the OPAM state, installation and front-end
│   │   [ opam-client lib ]
│   ├── opamScript.ml (generated) Shell config scripts as OCaml strings
│   ├── opamClientConfig.ml Configuration options for this lib (record, global reference, setter, initialisation)
│   ├── opamConfigCommand.ml Functions for the "opam config" subcommand
│   ├── opamPinCommand.ml Functions for the "opam pin" subcommand

0 comments on commit 5b73d42

Please sign in to comment.