Navigation Menu

Skip to content

Commit

Permalink
fixed some words
Browse files Browse the repository at this point in the history
  • Loading branch information
smb2love committed Aug 26, 2012
1 parent ad6f6dc commit 2433022
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 2433022

Please sign in to comment.