Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typos #357

Closed
musvaage opened this issue Jul 1, 2023 · 2 comments · Fixed by #358
Closed

typos #357

musvaage opened this issue Jul 1, 2023 · 2 comments · Fixed by #358

Comments

@musvaage
Copy link
Contributor

musvaage commented Jul 1, 2023

exhausted
heterogeneous
homogeneous
interface
separate

$ grep -nr exausted JSON.jl
JSON.jl/src/Parser.jl:105:exausted.
$ grep -nr heterogenous JSON.jl
JSON.jl/bench/micro.jl:39:    "heterogenous-array" => [
$ grep -nr homogenous JSON.jl
JSON.jl/bench/micro.jl:37:    "flat-homogenous-array-16" => collect(1:16),
JSON.jl/bench/micro.jl:38:    "flat-homogenous-array-1024" => collect(1:1024),
$ grep -nr inteface JSON.jl
JSON.jl/README.md:325:convenient user-defined inteface):
$ grep -nr seperate JSON.jl
JSON.jl/README.md:212:# then seperate
$ 

Possibly hardware was the author's intention here.

$ ed -s JSON.jl/test/json-samples.jl <<<'222,231p'
        {
            \"point\":\"new GLatLng(40.211600,-74.695702)\",
            \"homeTeam\":\"Hamilton Library\",
            \"awayTeam\":\"LUGip HW SIG\",
            \"markerImage\":\"images/white.png\",
            \"information\": \"Linux users can meet the first Tuesday of the month to work out harward and configuration issues.\",
            \"fixture\":\"Tuesday 7pm\",
            \"capacity\":\"\",
            \"tv\":\"\"
        },
$ 

Accordingly should the second sed command in this shell script be uncommented?

$ cat typos.sh
sed -i "s/exausted/exhausted/g" JSON.jl/src/Parser.jl
# sed -i "s/harward/hardware/g" JSON.jl/test/json-samples.jl
sed -i "s/heterogenous/heterogeneous/g" JSON.jl/bench/micro.jl
sed -i "s/homogenous/homogeneous/g" JSON.jl/bench/micro.jl
sed -i "s/inteface/interface/g" JSON.jl/README.md
sed -i "s/seperate/separate/g" JSON.jl/README.md
$ 
@musvaage musvaage mentioned this issue Jul 2, 2023
@quinnj
Copy link
Member

quinnj commented Jul 3, 2023

Yeah, let's include the hardware fix too

@musvaage
Copy link
Contributor Author

musvaage commented Jul 3, 2023

let's include the hardware fix too

implemented and soft reset performed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants