Skip to content

Commit

Permalink
Typo in Berkeley DB corrected.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.gridway.org/gridway/trunk@210 9b4b2aa8-92f0-458a-8103-c3834d721760
  • Loading branch information
alorca committed Dec 17, 2009
1 parent 3d75334 commit d5025d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmds/gw_acct.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ int main(int argc, char **argv)
return -1;
}
#else
fprintf(stderr,"FAILED: Berkley Database support not compiled in GridWay\n");
fprintf(stderr,"FAILED: Berkeley Database support not compiled in GridWay\n");
#endif

if( (u + r) == 2 )
Expand Down

0 comments on commit d5025d3

Please sign in to comment.