Skip to content

Commit de0ce8f

Browse files
authored
Merge pull request #549 from irie-stfc/master
fix spelling error in comment
2 parents 132c6ac + 9925d79 commit de0ce8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ADApp/ADSrc/ADDriver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ typedef enum
4141
ADStatusWaiting, /**< Detector is waiting for something, typically for the acquire period to elapse */
4242
ADStatusInitializing, /**< Detector is initializing, typically at startup */
4343
ADStatusDisconnected, /**< Detector is not connected */
44-
ADStatusAborted /**< Detector aquisition has been aborted.*/
44+
ADStatusAborted /**< Detector acquisition has been aborted.*/
4545
} ADStatus_t;
4646

4747
/** Enumeration of image collection modes */

0 commit comments

Comments
 (0)