Skip to content

Commit 3583213

Browse files
committed
Misc. typos
Found via `codespell -q 3 -L currenty,lod,uint`
1 parent c92d7b9 commit 3583213

File tree

16 files changed

+28
-28
lines changed

16 files changed

+28
-28
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ SDKROOT=$(xcrun --sdk iphoneos --show-sdk-path) cmake -D NO_PTEX=1 -D NO_DOC=1 \
126126
..
127127
```
128128

129-
* This will produce an "OpenSubdiv.xcodeproj" that can be open and the targets 'mtlViewer' and 'mtlPtexViewer' (if NO_PTEX is ommitted and libPtex.a is installed in the iOS SDK) that can be run
129+
* This will produce an "OpenSubdiv.xcodeproj" that can be open and the targets 'mtlViewer' and 'mtlPtexViewer' (if NO_PTEX is omitted and libPtex.a is installed in the iOS SDK) that can be run
130130

131131
### Useful cmake options and environment variables
132132

documentation/OpenSubdiv.doxy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ HTML_STYLESHEET =
985985
# user-defined cascading style sheet that is included after the standard
986986
# style sheets created by doxygen. Using this option one can overrule
987987
# certain style aspects. This is preferred over using HTML_STYLESHEET
988-
# since it does not replace the standard style sheet and is therefor more
988+
# since it does not replace the standard style sheet and is therefore more
989989
# robust against future updates. Doxygen will copy the style sheet file to
990990
# the output directory.
991991

documentation/cmake_build.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ through the following environment variables:
136136
Automated Script
137137
________________
138138

139-
The GUI solution will probably become a burden for active developpers who tend to
139+
The GUI solution will probably become a burden for active developers who tend to
140140
re-run the configuration step fairly often. A scripted solution can save a lot of
141141
time. Here is a typical workflow:
142142

@@ -214,14 +214,14 @@ Using Intel's C++ Studio XE
214214
___________________________
215215

216216
OpenSubdiv can be also be built with `Intel's C++ compiler <http://software.intel.com/en-us/intel-compilers>`__
217-
(icc). The default compiler can be overriden in CMake with the following configuration options:
217+
(icc). The default compiler can be overridden in CMake with the following configuration options:
218218

219219
.. code:: c++
220220

221221
-DCMAKE_CXX_COMPILER=[path to icc executable]
222222
-DCMAKE_C_COMPILER=[path to icc executable]
223223

224-
The installation location of the C++ Studio XE can be overriden with:
224+
The installation location of the C++ Studio XE can be overridden with:
225225

226226
.. code:: c++
227227

@@ -231,7 +231,7 @@ The installation location of the C++ Studio XE can be overriden with:
231231
Using Clang
232232
___________
233233

234-
CMake can also be overriden to use the `clang <http://clang.llvm.org/>`__ compilers by configuring the following options:
234+
CMake can also be overridden to use the `clang <http://clang.llvm.org/>`__ compilers by configuring the following options:
235235

236236
.. code:: c++
237237

documentation/dxptexviewer.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ for the subset of common options supported here.
8686
A ptex file containing RGB channels read as material albedo color.
8787

8888
*ptex displacement file*
89-
A single-channel ptex file (preferrably float precision) containing the
89+
A single-channel ptex file (preferably float precision) containing the
9090
displacement values.
9191

9292
*ptex occlusion file*
93-
A single-channel ptex file (preferrably 8 bits precision) containing a
93+
A single-channel ptex file (preferably 8 bits precision) containing a
9494
pre-computed ambient occlusion signal.
9595

9696
*ptex specular file*
97-
A single-channel ptex file (preferrably 8 bits precision) applied to modulate
97+
A single-channel ptex file (preferably 8 bits precision) applied to modulate
9898
the specular reflectance of the material
9999

100100
*objfile(s)*

documentation/osd_overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Cross-Platform Implementation
237237

238238
One of the key goals of OpenSubdiv is to achieve as much cross-platform flexibility
239239
as possible and leverage all optimized hardware paths where available. This can
240-
be very challenging as there is a very large variety of plaftorms and APIs
240+
be very challenging as there is a very large variety of platforms and APIs
241241
available, with very distinct capabilities.
242242

243243
In **Osd**, Evaluators don't care about interops between those APIs. All Evaluators

documentation/release_notes_2x.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Release 2.6.0
6060
- Fix a bug in the CUDA computeRestrictedEdge kernel
6161
- Fix duplicate variables with identical name
6262
- Fix osdutil build errors
63-
- Fix cmake diagnostic messsage
63+
- Fix cmake diagnostic message
6464

6565
Release 2.5.1
6666
=============
@@ -103,7 +103,7 @@ Release 2.5.0
103103
Moved transient states (current vertex buffer etc) to controller
104104
- Fix adaptive isolation of sharp corner vertices
105105
- Fix incorrect FarMeshFactory logic for isolating multiple corner vertices in corner patches
106-
- Change EvalLimit Gregory patch kernels to the large weights table to accomodate higher valences
106+
- Change EvalLimit Gregory patch kernels to the large weights table to accommodate higher valences
107107
- Fix calculation of screen space LOD tess factors for transition corner patches.
108108
- Add a public constructor to OsdMesh
109109
- Decrease compiler warning thresholds and fix outstanding warnings
@@ -203,7 +203,7 @@ Release 2.3.5
203203
**New Features**
204204
- Add the ability to read obj files to the dxViewer example
205205
- Add screen-capture function to ptexViewer
206-
- Update documention for Xcode builds
206+
- Update documentation for Xcode builds
207207
- Add documentation (boundary interpolation rules and face-varying boundary interpolation rules)
208208

209209
**Changes**
@@ -324,7 +324,7 @@ Release 2.3.1
324324
- Optimize a bit of ptex mipmap lookup.
325325
- Show ptex memory usage in GL and DX11 ptexViewers
326326
- Improve ptex guttering
327-
- Addding some video links to our collection of external resources
327+
- Adding some video links to our collection of external resources
328328

329329
**Bug Fixes**
330330
- Fix edge-only face-varying interpolation
@@ -448,7 +448,7 @@ Release 1.2.4
448448
**New Features**
449449

450450
- Adding support for fractional tessellation of patches
451-
- Adding a much needed API documention system based on Docutils RST markup
451+
- Adding a much needed API documentation system based on Docutils RST markup
452452
- Adding support for face-varying interpolation in GLSL APIs
453453
- Adding varying data buffers to OsdMesh
454454
- Adding accessors to the vertex buffers in OsdGlMesh
@@ -496,7 +496,7 @@ Release 1.2.3
496496
- Face-varying data bug fixes : making sure the data is carried around appropriately
497497
Fixes for OpenCL use with the new batching APIs
498498
- GLSL general shader code cleanup & fixes for better portability
499-
- GLSL Tranform Feedback initialization fix
499+
- GLSL Transform Feedback initialization fix
500500
- Critical fix for FarMultiMesh batching (indexing was incorrect)
501501
- Fix osdutil CL implementation (protect #includes on systems with no OpenCL SDK
502502
installed)

examples/common/clDeviceContext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ CLDeviceContext::Initialize() {
220220
0, NULL, &devicesSize);
221221
int numDevices = int(devicesSize / sizeof(cl_device_id));
222222
if (numDevices == 0) {
223-
error("No sharable devices.\n");
223+
error("No shareable devices.\n");
224224
return false;
225225
}
226226
cl_device_id *clDevices = new cl_device_id[numDevices];

examples/dxPtexViewer/dxPtexViewer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1900,7 +1900,7 @@ void usage(const char *program) {
19001900
printf(" -yup : Y-up model\n");
19011901
printf(" -m level : max mimmap level (default=10)\n");
19021902
printf(" -x <ptex limit MB> : ptex target memory size\n");
1903-
printf(" --disp <scale> : Displacment scale\n");
1903+
printf(" --disp <scale> : Displacement scale\n");
19041904
}
19051905

19061906
//------------------------------------------------------------------------------

opensubdiv/far/sparseMatrix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ namespace Far {
4646
// format (CSR) is used as it provides us with stencils for points that
4747
// correspond to rows and so can be more directly and efficiently copied.
4848
//
49-
// It has potential for other uses and so may eventually warrant a seperate
49+
// It has potential for other uses and so may eventually warrant a separate
5050
// header file of its own. For now, in keeping with the trend of exposing
5151
// classes only where used, it is defined with the PatchBuilder.
5252
//

opensubdiv/far/topologyRefiner.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ namespace internal {
299299
InitializeFeatures(options, regFaceSize);
300300
}
301301

302-
// These are the two primary methods intended for use -- intialization via a set of Options
302+
// These are the two primary methods intended for use -- initialization via a set of Options
303303
// and reduction of the subsequent feature set (which presumes prior initialization with the
304304
// same set as give)
305305
//
@@ -336,7 +336,7 @@ namespace internal {
336336
//
337337
// The inf-sharp single-crease case now corresponds to an inf-sharp regular crease
338338
// in the interior -- and since such regular creases on the boundary are never
339-
// considered for selection (just as interior smoot regular faces are not), this
339+
// considered for selection (just as interior smooth regular faces are not), this
340340
// feature is only relevant for the interior case. So aside from it being used
341341
// when regular inf-sharp features are all selected, it can also be used for the
342342
// single-crease case.

0 commit comments

Comments
 (0)