X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fmatrix.h;h=759e825ab4ca06c7dedf446a25d325b00e32402e;hp=56470651ec0992616c867e7fa67ee3d7c21ee2e3;hb=cd0f12f5ce6023812f76d0f6eb40ee83078c2775;hpb=163bdedf89a1796d181bbed44cd18600760e3504 diff --git a/ginac/matrix.h b/ginac/matrix.h index 56470651..759e825a 100644 --- a/ginac/matrix.h +++ b/ginac/matrix.h @@ -101,7 +101,7 @@ public: matrix(unsigned r, unsigned c, const exvector & m2); matrix(unsigned r, unsigned c, const lst & l); - // First step of initialization of matrix with a comma-separated seqeuence + // First step of initialization of matrix with a comma-separated sequence // of expressions. Subsequent steps are handled by matrix_init<>::operator,(). matrix_init operator=(const ex & x) {