Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: fix simple typo, renrdering -> rendering
  • Loading branch information
github-actions[bot] committed Dec 14, 2020
1 parent dfdda8a commit d053796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renderers/agg/include/agg_rendering_buffer.h
Expand Up @@ -128,7 +128,7 @@ namespace mapserver

private:
//--------------------------------------------------------------------
T* m_buf; // Pointer to renrdering buffer
T* m_buf; // Pointer to rendering buffer
T* m_start; // Pointer to first pixel depending on stride
unsigned m_width; // Width in pixels
unsigned m_height; // Height in pixels
Expand Down Expand Up @@ -258,7 +258,7 @@ namespace mapserver

private:
//--------------------------------------------------------------------
T* m_buf; // Pointer to renrdering buffer
T* m_buf; // Pointer to rendering buffer
pod_array<T*> m_rows; // Pointers to each row of the buffer
unsigned m_width; // Width in pixels
unsigned m_height; // Height in pixels
Expand Down

0 comments on commit d053796

Please sign in to comment.