Skip to content
This repository was archived by the owner on Dec 23, 2022. It is now read-only.

Commit d5bb215

Browse files
committed
src: fix typos in test_test_phase.nit and nitmetrics.nit
Signed-off-by: Alexis Laferrière <[email protected]>
1 parent 0d32803 commit d5bb215

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/nitmetrics.nit

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ toolcontext.process_options(args)
3030
# Get arguments
3131
var arguments = toolcontext.option_context.rest
3232

33-
# We need a model to collect stufs
33+
# We need a model to collect stuff
3434
var model = new Model
35-
# An a model builder to parse files
35+
# And a model builder to parse files
3636
var modelbuilder = new ModelBuilder(model, toolcontext)
3737

3838
# Here we load an process all modules passed on the command line

src/test_test_phase.nit

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

1515
# Example of simple module that aims to do some specific work on nit programs.
1616
#
17-
# Fast prototypes can just start with this skeletton.
17+
# Fast prototypes can just start with this skeleton.
1818
module test_test_phase
1919

20-
# We need the framework that perfoms standard code for the main-program
20+
# We need the framework that performs standard code for the main-program
2121
import test_phase
2222

2323
# We usualy need specific phases
24-
# NOTE: `frontend` is sufficent in most case (it is often too much)
24+
# NOTE: `frontend` is sufficient in most case (it is often too much)
2525
import frontend
2626

2727
# The body of the specific work.

0 commit comments

Comments
 (0)