Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #758 from Nightrain/testbranch
fixed some words
  • Loading branch information
lisitsyn committed Aug 26, 2012
2 parents ad6f6dc + 2433022 commit e0696f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/python_modular/DenseFeatures_protocols.i
Expand Up @@ -641,7 +641,7 @@ int frombuffer(PyObject* exporter, bool copy)
// checking that buffer is right
if (view->ndim!=2)
{
PyErr_SetString(PyExc_BufferError, "wrond dimensional");
PyErr_SetString(PyExc_BufferError, "wrong dimensional");
return -1;
}

Expand Down

0 comments on commit e0696f4

Please sign in to comment.