Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed spelling mistakes #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/winexe.1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ winexe \- Command line tool to execute a command on a remote Windows host
\fBwinexe OPTIONS //host command
\f1
.SH DESCRIPTION
This tool allows to execute a command on a remote Windows system. It is derived from the samba tools and shares several options with other samba tools.
This tool allows one to execute a command on a remote Windows system. It is derived from the samba tools and shares several options with other samba tools.
.SH OPTIONS
.TP
\fB--uninstall\f1
Expand Down
2 changes: 1 addition & 1 deletion doc/winexe.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<description>
<p>
This tool allows to execute a command on a remote Windows
This tool allows one to execute a command on a remote Windows
system. It is derived from the samba tools and shares
several options with other samba tools.
</p>
Expand Down
2 changes: 1 addition & 1 deletion doc/winexe.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2>Synopsis</h2>
<h2>Description</h2>

<p>
This tool allows to execute a command on a remote Windows
This tool allows one to execute a command on a remote Windows
system. It is derived from the samba tools and shares
several options with other samba tools.
</p>
Expand Down
2 changes: 1 addition & 1 deletion doc/wmic.1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ wmic \- Command line tool to query a registry or RSOP service on a remote Window
\fBwmic OPTIONS //host query
\f1
.SH DESCRIPTION
This tool allows to run a query for a registry or RSOP service running on a remote Windows system via WMI. It is derived from the samba tools and shares several options with other samba tools.
This tool allows one to run a query for a registry or RSOP service running on a remote Windows system via WMI. It is derived from the samba tools and shares several options with other samba tools.
.SH OPTIONS
.TP
\fB--namesspace=\fISTRING\fB\f1
Expand Down
2 changes: 1 addition & 1 deletion doc/wmic.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<description>
<p>
This tool allows to run a query for a registry or RSOP service running on a remote Windows
This tool allows one to run a query for a registry or RSOP service running on a remote Windows
system via WMI. It is derived from the samba tools and shares
several options with other samba tools.
</p>
Expand Down
2 changes: 1 addition & 1 deletion doc/wmic.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2>Synopsis</h2>
<h2>Description</h2>

<p>
This tool allows to run a query for a registry or RSOP service running on a remote Windows
This tool allows one to run a query for a registry or RSOP service running on a remote Windows
system via WMI. It is derived from the samba tools and shares
several options with other samba tools.
</p>
Expand Down
Loading