Skip to content

Commit

Permalink
Fix spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavisp3 committed May 14, 2008
1 parent 5b6c939 commit 7b1946a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/faxien/src/faxien.erl
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ commands_help() ->

"\nConfiguration Management Commands:",
"environment display information about the current Faxien",
" environment seetings.",
" environment settings.",
"add-repo add a repo to search for packages in",
"remove-repo remove one of the repos Faxien is set to search",
" for packages in",
Expand Down Expand Up @@ -948,7 +948,7 @@ describe_release_help() ->
%% Config Management External Functions
%%====================================================================
%%--------------------------------------------------------------------
%% @doc Display information about the current Faxien environment seetings.
%% @doc Display information about the current Faxien environment settings.
%% @spec environment() -> {ok, list()}
%% @end
%%--------------------------------------------------------------------
Expand All @@ -970,7 +970,7 @@ environment() ->
%% @private
environment_help() ->
["\nHelp for environment\n",
"Usage: environment - Display information about the current Faxien environment seetings.\n"].
"Usage: environment - Display information about the current Faxien environment settings.\n"].


%%--------------------------------------------------------------------
Expand Down

0 comments on commit 7b1946a

Please sign in to comment.