Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 134df57

Browse files
committed
Fix typo
1 parent 63e95fa commit 134df57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperion-x11/hyperion-x11.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ int main(int argc, char ** argv)
2929
OptionsParser optionParser("X11 capture application for Hyperion");
3030
ParameterSet & parameters = optionParser.getParameters();
3131

32-
IntParameter & argFps = parameters.add<IntParameter> ('f', "framerate", "Cpture frame rate [default=10]");
32+
IntParameter & argFps = parameters.add<IntParameter> ('f', "framerate", "Capture frame rate [default=10]");
3333
IntParameter & argCropWidth = parameters.add<IntParameter> (0x0, "crop-width", "Number of pixels to crop from the left and right sides of the picture before decimation [default=0]");
3434
IntParameter & argCropHeight = parameters.add<IntParameter> (0x0, "crop-height", "Number of pixels to crop from the top and the bottom of the picture before decimation [default=0]");
3535
IntParameter & argCropLeft = parameters.add<IntParameter> (0x0, "crop-left", "Number of pixels to crop from the left of the picture before decimation (overrides --crop-width)");

0 commit comments

Comments
 (0)