@@ -516,7 +516,7 @@ scc --format-multi "tabular:stdout,html:output.html,csv:output.csv"
|
516 | 516 | ``` |
517 | 517 | |
518 | 518 | The above will run against the current directory, outputting to standard output the the default output, as well as writing |
519 | | -to output.html and output.csv with the appropiate formats. |
| 519 | +to output.html and output.csv with the appropriate formats. |
520 | 520 | |
521 | 521 | #### Tabular |
522 | 522 | |
@@ -629,7 +629,7 @@ The difference between `sql` and `sql-insert` is that `sql` will include table c
|
629 | 629 | |
630 | 630 | Usage is 100% the same as any other `scc` command but sql output will always contain per file details. You can compute totals yourself using SQL. |
631 | 631 | |
632 | | -The below will run scc against the current directory, name the ouput as the project scc and then pipe the output to sqlite to put into the database code.db |
| 632 | +The below will run scc against the current directory, name the output as the project scc and then pipe the output to sqlite to put into the database code.db |
633 | 633 | |
634 | 634 | ``` |
635 | 635 | scc --format sql --sql-project scc . | sqlite3 code.db |
|