Skip to content

Commit ca09910

Browse files
committed
fixed one grammar error repeated in several files
1 parent 9359ac2 commit ca09910

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

nxc/protocols/ftp/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def reflect_tables(self):
7474
print(
7575
f"""
7676
[-] Error reflecting tables for the {self.protocol} protocol - this means there is a DB schema mismatch
77-
[-] This is probably because a newer version of nxc is being ran on an old DB schema
77+
[-] This is probably because a newer version of nxc is being run on an old DB schema
7878
[-] Optionally save the old DB data (`cp {self.db_path} ~/nxc_{self.protocol.lower()}.bak`)
7979
[-] Then remove the {self.protocol} DB (`rm -f {self.db_path}`) and run nxc to initialize the new DB"""
8080
)

nxc/protocols/ldap/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def reflect_tables(self):
5454
print(
5555
f"""
5656
[-] Error reflecting tables for the {self.protocol} protocol - this means there is a DB schema mismatch
57-
[-] This is probably because a newer version of nxc is being ran on an old DB schema
57+
[-] This is probably because a newer version of nxc is being run on an old DB schema
5858
[-] Optionally save the old DB data (`cp {self.db_path} ~/nxc_{self.protocol.lower()}.bak`)
5959
[-] Then remove the nxc {self.protocol} DB (`rm -f {self.db_path}`) and run nxc to initialize the new DB"""
6060
)

nxc/protocols/mssql/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def reflect_tables(self):
7777
print(
7878
f"""
7979
[-] Error reflecting tables for the {self.protocol} protocol - this means there is a DB schema mismatch
80-
[-] This is probably because a newer version of nxc is being ran on an old DB schema
80+
[-] This is probably because a newer version of nxc is being run on an old DB schema
8181
[-] Optionally save the old DB data (`cp {self.db_path} ~/nxc_{self.protocol.lower()}.bak`)
8282
[-] Then remove the {self.protocol} DB (`rm -f {self.db_path}`) and run nxc to initialize the new DB"""
8383
)

nxc/protocols/rdp/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def reflect_tables(self):
5757
print(
5858
f"""
5959
[-] Error reflecting tables for the {self.protocol} protocol - this means there is a DB schema mismatch
60-
[-] This is probably because a newer version of nxc is being ran on an old DB schema
60+
[-] This is probably because a newer version of nxc is being run on an old DB schema
6161
[-] Optionally save the old DB data (`cp {self.db_path} ~/nxc_{self.protocol.lower()}.bak`)
6262
[-] Then remove the {self.protocol} DB (`rm -f {self.db_path}`) and run nxc to initialize the new DB"""
6363
)

nxc/protocols/smb/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def reflect_tables(self):
193193
print(
194194
f"""
195195
[-] Error reflecting tables for the {self.protocol} protocol - this means there is a DB schema mismatch
196-
[-] This is probably because a newer version of nxc is being ran on an old DB schema
196+
[-] This is probably because a newer version of nxc is being run on an old DB schema
197197
[-] Optionally save the old DB data (`cp {self.db_path} ~/nxc_{self.protocol.lower()}.bak`)
198198
[-] Then remove the {self.protocol} DB (`rm -f {self.db_path}`) and run nxc to initialize the new DB"""
199199
)

nxc/protocols/ssh/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def reflect_tables(self):
9999
print(
100100
f"""
101101
[-] Error reflecting tables for the {self.protocol} protocol - this means there is a DB schema mismatch
102-
[-] This is probably because a newer version of nxc is being ran on an old DB schema
102+
[-] This is probably because a newer version of nxc is being run on an old DB schema
103103
[-] Optionally save the old DB data (`cp {self.db_path} ~/nxc_{self.protocol.lower()}.bak`)
104104
[-] Then remove the nxc {self.protocol} DB (`rm -f {self.db_path}`) and run nxc to initialize the new DB"""
105105
)

nxc/protocols/vnc/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def reflect_tables(self):
6262
print(
6363
f"""
6464
[-] Error reflecting tables for the {self.protocol} protocol - this means there is a DB schema mismatch
65-
[-] This is probably because a newer version of nxc is being ran on an old DB schema
65+
[-] This is probably because a newer version of nxc is being run on an old DB schema
6666
[-] Optionally save the old DB data (`cp {self.db_path} ~/nxc_{self.protocol.lower()}.bak`)
6767
[-] Then remove the {self.protocol} DB (`rm -f {self.db_path}`) and run nxc to initialize the new DB"""
6868
)

nxc/protocols/winrm/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def reflect_tables(self):
8282
print(
8383
f"""
8484
[-] Error reflecting tables for the {self.protocol} protocol - this means there is a DB schema mismatch
85-
[-] This is probably because a newer version of nxc is being ran on an old DB schema
85+
[-] This is probably because a newer version of nxc is being run on an old DB schema
8686
[-] Optionally save the old DB data (`cp {self.db_path} ~/nxc_{self.protocol.lower()}.bak`)
8787
[-] Then remove the {self.protocol} DB (`rm -f {self.db_path}`) and run nxc to initialize the new DB"""
8888
)

nxc/protocols/wmi/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def reflect_tables(self):
5454
print(
5555
f"""
5656
[-] Error reflecting tables for the {self.protocol} protocol - this means there is a DB schema mismatch
57-
[-] This is probably because a newer version of nxc is being ran on an old DB schema
57+
[-] This is probably because a newer version of nxc is being run on an old DB schema
5858
[-] Optionally save the old DB data (`cp {self.db_path} ~/nxc_{self.protocol.lower()}.bak`)
5959
[-] Then remove the nxc {self.protocol} DB (`rm -f {self.db_path}`) and run nxc to initialize the new DB"""
6060
)

0 commit comments

Comments
 (0)