Skip to content

Commit

Permalink
Fix typo, no code change.
Browse files Browse the repository at this point in the history
  • Loading branch information
agilmor authored and dannyauble committed Dec 5, 2018
1 parent 639b3e8 commit 84aa2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/squeue/opts.c
Expand Up @@ -1753,7 +1753,7 @@ _get_prefix( char *token )
* OUT field - the letter code for the data type
* OUT field_size - byte count
* OUT right_justify - true of field to be right justified
* OUT suffix - string containing everthing after the field specification
* OUT suffix - string containing everything after the field specification
*/
static void
_parse_token( char *token, char *field, int *field_size, bool *right_justify,
Expand Down

0 comments on commit 84aa2db

Please sign in to comment.