Skip to content

Commit 4c5053e

Browse files
authored
fix mistyping 'cammera_publisher.hpp -> camera_publisher.hpp' (#177)
* fix mistyping * fix mistyping
1 parent 872a6de commit 4c5053e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

image_transport/include/image_transport/camera_publisher.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
#ifndef IMAGE_TRANSPORT__CAMERA_PUBLISHER_H_
3939
#define IMAGE_TRANSPORT__CAMERA_PUBLISHER_H_
4040

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

43-
#include "cammera_publisher.hpp"
43+
#include "camera_publisher.hpp"
4444

4545
#endif // IMAGE_TRANSPORT__CAMERA_PUBLISHER_H_

0 commit comments

Comments
 (0)