Skip to content

Commit

Permalink
Fix typo in rt_cs_dev: 'behavious' -> 'behaviour'.
Browse files Browse the repository at this point in the history
  • Loading branch information
bowrocker committed Aug 4, 2014
1 parent f595253 commit 194a77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rt_cs_dev.erl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

%% @private
-module(rt_cs_dev).
-behavious(test_harness).
-behaviour(test_harness).

-export([start/1,
stop/1,
Expand Down

0 comments on commit 194a77d

Please sign in to comment.