Skip to content

Commit

Permalink
fix mistyping 'cammera_publisher.hpp -> camera_publisher.hpp' (#177)
Browse files Browse the repository at this point in the history
* fix mistyping

* fix mistyping
  • Loading branch information
HPaper authored Nov 20, 2020
1 parent 872a6de commit 4c5053e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions image_transport/include/image_transport/camera_publisher.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
#ifndef IMAGE_TRANSPORT__CAMERA_PUBLISHER_H_
#define IMAGE_TRANSPORT__CAMERA_PUBLISHER_H_

#pragma message ("Warning: This header is deprecated. Use 'cammera_publisher.hpp' instead")
#pragma message ("Warning: This header is deprecated. Use 'camera_publisher.hpp' instead")

#include "cammera_publisher.hpp"
#include "camera_publisher.hpp"

#endif // IMAGE_TRANSPORT__CAMERA_PUBLISHER_H_

0 comments on commit 4c5053e

Please sign in to comment.