Skip to content

Commit

Permalink
Fix spelling - misc
Browse files Browse the repository at this point in the history
seealso to see also
harddisk (should be hard disk, but changed to local storage)
Distro to Distribution
  • Loading branch information
Pär Lindfors committed Oct 18, 2024
1 parent 2478ae5 commit aed4d46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/cluster_guides/wharf.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ to other users' `wharf` folders in that same project.
Mounting `wharf` means that a `wharf` folder is added to the
filesystem of your local computer, after which you can use
it like any other folder. The data shown in the folder is on Bianca,
not on your local harddisk.
not on your local storage.

One can mount `wharf` on your local computer using `sshfs`
when [inside the university networks](../getting_started/get_inside_sunet.md).
`sshfs` is available on most Linux distributions:

Distro |Package name
Distribution |Package name
------------------|-------------
Ubuntu | `sshfs`
Fedora | `fuse-sshfs`
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/linux_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ cp newfile copyfile
[bob@macbook]$ scp first.txt <username>@rackham.uppmax.uu.se:~/second.txt # (new filename)
```

!!! seealso
!!! see also

- [Rackham file transfer using scp](../software/rackham_file_transfer_using_scp.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/software/julia.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ A variable referring to the last computed value, automatically set at the intera
Exit with `<Ctrl-D>` or `exit()`.

!!! seealso
!!! see also

More detailed information about the modes in Julia can be found here: <https://docs.julialang.org/en/v1/stdlib/REPL/>

Expand Down

0 comments on commit aed4d46

Please sign in to comment.