Skip to content

Commit 58c6954

Browse files
authored
Fix typos in repo
1 parent 3b1b82a commit 58c6954

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ minutes of past meetings can be found on our
1818
## Setting up a development environment
1919

2020
First, you need to fork the project. After you have done this clone your forked repo. You can do this by
21-
executing the folowing
21+
executing the following
2222

2323
```bash
2424
git clone https://github.com/<your-github-username>/xeus-cpp.git
@@ -35,7 +35,7 @@ micromamba create -f environment-dev.yml -y
3535
micromamba activate xeus-cpp
3636
```
3737

38-
You are now in a position to install xeus-cpp into this envirnoment. You can do this by executing
38+
You are now in a position to install xeus-cpp into this environment. You can do this by executing
3939

4040
```bash
4141
mkdir build
@@ -61,7 +61,7 @@ pytest -sv test_xcpp_kernel.py
6161
## Setting up a development environment (wasm instructions)
6262

6363
First, you need to fork the project. After you have done this clone your forked repo. You can do this by
64-
executing the folowing
64+
executing the following
6565

6666
```bash
6767
git clone https://github.com/<your-github-username>/xeus-cpp.git

docs/source/InstallationAndUsage.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Once the Jupyter Lite site has built you can test the website locally by executi
100100
Installing from conda-forge
101101
===========================
102102

103-
If you have conda installed then you can install xeus-cpp using the follwing command
103+
If you have conda installed then you can install xeus-cpp using the following command
104104

105105
.. code-block:: bash
106106

share/xeus-cpp/tagfiles/cppreference-doxygen-web.tag

+2-2
Original file line numberDiff line numberDiff line change
@@ -38138,8 +38138,8 @@
3813838138
</member>
3813938139
<member kind="function">
3814038140
<type>T</type>
38141-
<name>select_on_container_copy_contruction</name>
38142-
<anchorfile>cpp/memory/polymorphic_allocator/select_on_container_copy_contruction</anchorfile>
38141+
<name>select_on_container_copy_construction</name>
38142+
<anchorfile>cpp/memory/polymorphic_allocator/select_on_container_copy_construction</anchorfile>
3814338143
<anchor></anchor>
3814438144
<arglist>(T... args)</arglist>
3814538145
</member>

0 commit comments

Comments
 (0)